Added in API level 28
ConfirmationNotAvailableException
open class ConfirmationNotAvailableException : Exception
kotlin.Any | |||
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.security.ConfirmationNotAvailableException |
This exception is thrown when presenting a prompt fails because the environment lacks facilities for showing confirmations.
Summary
Public constructors | |
---|---|
ConfirmationNotAvailableException(message: String!) |
Public constructors
ConfirmationNotAvailableException
Added in API level 28
ConfirmationNotAvailableException(message: String!)