AppFunctionAppException
public abstract class AppFunctionAppException extends AppFunctionException
| java.lang.Object | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | androidx.appfunctions.AppFunctionException | |||
| ↳ | androidx.appfunctions.AppFunctionAppException |
AppFunctionAppUnknownException |
Thrown when an unknown error occurred while processing the call in the AppFunctionService. |
AppFunctionNotSupportedException |
Thrown when an app receives a request to perform an unsupported action. |
AppFunctionPermissionRequiredException |
Thrown when the app lacks the necessary permission to fulfill the request. |
Thrown when an error is caused by the app providing the function.
For example, the app crashed when the system is executing the request.
Summary
Inherited methods |
||
|---|---|---|
|
||