SignInStatusObserver

Protocol for sign in status observer. If you wish to observe the the changes to the progress of sign in or refresh token operation then you must implement this protocol.

Functions

Link copied to clipboard
abstract fun signInStatusChanged(status: SignInStatus)

Notifies the changes to the sign in or refresh token operation.