SandboxedSdkUiSessionState.Idle
object SandboxedSdkUiSessionState.Idle : SandboxedSdkUiSessionState
kotlin.Any | ||
↳ | androidx.privacysandbox.ui.client.view.SandboxedSdkUiSessionState | |
↳ | androidx.privacysandbox.ui.client.view.SandboxedSdkUiSessionState.Idle |
There is no currently open UI session and there is no operation in progress to open one.
The UI provider may close the session at any point, which will result in the state becoming Idle
if the session is closed without an error. If there is an error that causes the session to close, the state will be Error
.
If a new SandboxedUiAdapter
is set on a SandboxedSdkView
, the existing session will close and the state will become Idle
.