HandleAppFunctionRequest


@ExperimentalAppFunctionsApi
class HandleAppFunctionRequest


A request to register a SuspendingAppFunction implementation, provided to AppFunctionManager.handleAppFunction.

This encapsulates the information needed to register a single app function.

Summary

Public constructors

HandleAppFunctionRequest(
    functionIdentifier: String,
    appFunction: SuspendingAppFunction
)

Public properties

SuspendingAppFunction

The implementation of the app function.

String

The unique identifier of the app function.

Public constructors

HandleAppFunctionRequest

Added in 1.0.0-alpha11
HandleAppFunctionRequest(
    functionIdentifier: String,
    appFunction: SuspendingAppFunction
)

Public properties

appFunction

Added in 1.0.0-alpha11
val appFunctionSuspendingAppFunction

The implementation of the app function.

functionIdentifier

Added in 1.0.0-alpha11
val functionIdentifierString

The unique identifier of the app function.