TrustedWebActivityCallback

abstract class TrustedWebActivityCallback


A callback class for browser to get messages from client app. The callbacks should be called via TrustedWebActivityCallbackRemote on client app.

Summary

Public constructors

Public functions

abstract Unit
onExtraCallback(callbackName: String, args: Bundle?)

Free-form callback that may be provided by the implementation.

Public constructors

TrustedWebActivityCallback

Added in 1.3.0
TrustedWebActivityCallback()

Public functions

onExtraCallback

Added in 1.3.0
abstract fun onExtraCallback(callbackName: String, args: Bundle?): Unit

Free-form callback that may be provided by the implementation.

Note:Clients should never rely on this callback to be called and/or to have a defined behavior, as it is entirely implementation-defined and not supported.

This can be used by implementations to add extra callbacks, for testing or experimental purposes.

Parameters
callbackName: String

Name of the extra callback.

args: Bundle?

Arguments for the callback