AuthorizationResult

enum AuthorizationResult

Gives information about the outcome of an initiated authorization.

See also

Entries

AUTH_ERROR
Link copied to clipboard

There was an error during the authorization process.

ACCESS_DENIED
Link copied to clipboard

The user did not grant permissions to the calling application.

CANCELLED
Link copied to clipboard

The authorization was cancelled by the user.

ACCESS_GRANTED
Link copied to clipboard

The user granted permissions to the calling application.

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): AuthorizationResult
values
Link copied to clipboard
open fun values(): Array<AuthorizationResult>