MoveShutdownResult

A result for the shutdown function with force: false.

enum class MoveShutdownResult {
    SUCCESS,
    NETWORK_ERROR,
    UNINITIALIZED;
}

MoveShutdownResult

success

The shutdown completed.

networkError

The shutdown could not be completed since there is pending data.

uninitialized

The SDK was not setup. No user active.

Last updated