SdkState

sealed class SdkState

Represents the current state of the SDK.

Inheritors

Types

Link copied to clipboard
data object Authenticating : SdkState

The SDK is currently in the process of authenticating. This state can be reached after Initialized state because of periodic authentication check.

Link copied to clipboard
data object Disposed : SdkState

The SDK has not been initialized yet / already disposed. The INavigationApi.init method has not been called yet.

Link copied to clipboard
data object Disposing : SdkState

The SDK is disposing (releasing resources, stopping actions etc.)

Link copied to clipboard
data object Initialized : SdkState

The SDK has been successfully initialized and is ready for use.

Link copied to clipboard
data object Initializing : SdkState

The SDK is currently in the process of initializing.

Properties

Link copied to clipboard