MoveSDKState
MOVE Models
Represent the different SDK States.
sealed class MoveSdkState {
Uninitialised()
Ready()
Running()
}
MoveState
uninitialized
The MOVE SDK is not initialized.
ready
The MOVE SDK is initialized and ready to start services. Transited to this state on initialization and when services didn't start.
Upon initializing the MOVE SDK, it will evaluate the system's services and required permissions (for Android / iOS) to activate the MOVE SDK detection services requested by the host app in the passed MoveConfig. The MOVE SDK is successfully ready to start its services.
Last updated