AuthenticationResult.CustomFallbackSelected


class AuthenticationResult.CustomFallbackSelected : AuthenticationResult


The prompt was dismissed because the user clicked a custom fallback option.

Summary

Public functions

open AuthenticationResult.CustomFallbackSelected

Returns a CustomFallbackSelected only if it's a CustomFallbackSelected, returns null otherwise.

Inherited functions

From androidx.biometric.AuthenticationResult
open AuthenticationResult.Error?

Returns a Error only if it's a Error, returns null otherwise.

open Boolean

Whether this AuthenticationResult is a CustomFallbackSelected.

open Boolean

Whether this AuthenticationResult is an Error.

open Boolean

Whether this AuthenticationResult is a Success.

open AuthenticationResult.Success?

Returns a Success only if it's a Success, returns null otherwise.

Public constructors

Public functions

customFallbackSelected

open fun customFallbackSelected(): AuthenticationResult.CustomFallbackSelected

Returns a CustomFallbackSelected only if it's a CustomFallbackSelected, returns null otherwise.