Android Studio Sign in

AppFunctionDeniedException


class AppFunctionDeniedException : AppFunctionRequestException


Thrown when the caller does not have the permission to execute an app function.

This is different from AppFunctionPermissionRequiredException in that the caller is missing this specific permission, as opposed to the target app missing a permission.

Summary

Public constructors

Inherited properties

From androidx.appfunctions.AppFunctionException
String?

The error message.

From kotlin.Throwable

Public constructors

AppFunctionDeniedException

Added in 1.0.0-alpha07
AppFunctionDeniedException(errorMessage: String? = null)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.