SandboxedSdkUiSessionState.Loading


public static class SandboxedSdkUiSessionState.Loading extends SandboxedSdkUiSessionState


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.

Summary

Public fields