TrustedWebActivityCallback
public 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 methods |
|
|---|---|
abstract void |
onExtraCallback(@NonNull String callbackName, @Nullable Bundle args)Free-form callback that may be provided by the implementation. |
Public constructors
Public methods
onExtraCallback
Added in 1.3.0
public abstract void onExtraCallback(@NonNull String callbackName, @Nullable Bundle args)
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.