SandboxedSdkUiSessionState.Loading
object SandboxedSdkUiSessionState.Loading : SandboxedSdkUiSessionState
kotlin.Any | ||
↳ | androidx.privacysandbox.ui.client.view.SandboxedSdkUiSessionState | |
↳ | androidx.privacysandbox.ui.client.view.SandboxedSdkUiSessionState.Loading |
A UI session is currently attempting to be opened.
This state occurs when the UI has requested to open a session with its SandboxedUiAdapter
. No UI from the SandboxedUiAdapter
will be shown during this state. When the session has been successfully opened and the content has been displayed, the state will transition to Active
.