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 enabledByDefault=true in the AppFunction annotation.

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionDisabledException

Added in 1.0.0-alpha01
AppFunctionDisabledException(errorMessage: String? = null)