AuthStateListener

interface AuthStateListener

This interface is used to observe changes to the state of authorization.

Types

Link copied to clipboard
enum State : Enum<AuthStateListener.State>

The enum State describes the state of authorization.

Functions

Link copied to clipboard
abstract fun onAuthStateChanged(newState: AuthStateListener.State): Boolean

Notification that an authorization state has changed.