MoveSDKState

MOVE Models

Represent the different SDK States.

sealed class MoveSdkState {
    Uninitialised()
    Ready()
    Running()
}

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

#70: add MoveSdkAndroidConfig model

Change request updated