Google is committed to advancing racial equity for Black communities. See how.
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 the environment lacks facilities for showing confirmations.

Summary

Public constructors

<init>(message: String!)

Public constructors

<init>

Added in API level 28
ConfirmationNotAvailableException()

<init>

Added in API level 28
ConfirmationNotAvailableException(message: String!)