SandboxedSdkUiBelowHostWindow

Functions summary

Unit
@Composable
SandboxedSdkUiBelowHostWindow(
    sandboxedUiAdapter: SandboxedUiAdapter,
    modifier: Modifier,
    sandboxedSdkViewEventListener: SandboxedSdkViewEventListener?
)

This function is deprecated. This library is no longer supported.

Functions

SandboxedSdkUiBelowHostWindow

@Composable
fun SandboxedSdkUiBelowHostWindow(
    sandboxedUiAdapter: SandboxedUiAdapter,
    modifier: Modifier = Modifier,
    sandboxedSdkViewEventListener: SandboxedSdkViewEventListener? = null
): Unit

Composable that can be used to remotely render UI from a SandboxedSdk to host app window.

It always sets the Z-order of the remote content surface below its host window.

This library is no longer supported.

Parameters
sandboxedUiAdapter: SandboxedUiAdapter

an adapter that provides content from a SandboxedSdk to be displayed as part of a host app's window.

modifier: Modifier = Modifier

the Modifier to be applied to this SandboxedSdkUiBelowHostWindow.

sandboxedSdkViewEventListener: SandboxedSdkViewEventListener? = null

an event listener to the UI presentation.