ModeChangeCallback

Receives callbacks from an explicit call to changeMode.

Functions

Link copied to clipboard
abstract fun onError(@NotNull t: @NotNull Throwable)
Called when the mode change attempt has failed.
Link copied to clipboard
abstract fun onModeChanged()
Called when mode change attempt succeeds.