AppFunctionDisabledException
class AppFunctionDisabledException : AppFunctionRequestException
Thrown when the caller tried to execute a disabled app function. An app function can be enabled at runtime through the AppFunctionManager or by setting androidx.appfunctions.AppFunction.isEnabled to true in the androidx.appfunctions.AppFunction annotation.
Summary
Public constructors |
|---|
AppFunctionDisabledException(errorMessage: String?) |
Inherited properties |
||
|---|---|---|
|
||
Public constructors
AppFunctionDisabledException
Added in 1.0.0-alpha10
AppFunctionDisabledException(errorMessage: String? = null)