MoveSdkState

MOVE Models

Represent the different SDK States.

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

For further information please see Android / iOS / React / Flutter.

Last updated