Sdk State
Represents the current state of the SDK.
Inheritors
Types
Link copied to clipboard
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
The SDK has not been initialized yet / already disposed. The INavigationApi.init method has not been called yet.
Link copied to clipboard
The SDK has been successfully initialized and is ready for use.
Link copied to clipboard
The SDK is currently in the process of initializing.