TrustedWebActivityCallbackRemote

class TrustedWebActivityCallbackRemote


TrustedWebActivityCallbackRemote is used by client app to execute callbacks from a binder of TrustedWebActivityCallback.

Summary

Public functions

Unit
runExtraCallback(callbackName: String, args: Bundle)

Runs the free-form callbacks that may be provided by the implementation.

Public functions

runExtraCallback

Added in 1.3.0
fun runExtraCallback(callbackName: String, args: Bundle): Unit

Runs the free-form callbacks that may be provided by the implementation.

Parameters
callbackName: String

Name of the extra callback.

args: Bundle

Arguments for the callback