AppFunctionContext


interface AppFunctionContext


The execution context of app function.

Summary

Public properties

String

Return the name of the package that invoked this AppFunction.

Context

The Android context.

Public properties

callingPackageName

Added in 1.0.0-alpha01
val callingPackageNameString

Return the name of the package that invoked this AppFunction. You can use this information to validate the caller.

context

Added in 1.0.0-alpha01
val contextContext

The Android context.