MoveSDKState
MOVE Models
Last updated
MOVE Models
Last updated
Represent the different SDK States.
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.
running
The MOVE SDK is running its services. Transited to this state after calling startAutomaticDetection() (in / ).
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.