SandboxedSdkUiSessionState.Idle


public static class SandboxedSdkUiSessionState.Idle extends SandboxedSdkUiSessionState


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.

Summary

Public fields

INSTANCE

Added in 1.0.0-alpha07
public static @NonNull SandboxedSdkUiSessionState.Idle INSTANCE