Summary:
Methods
| Inherited Methods
TrustedWebActivityCallbackRemote
public
class
TrustedWebActivityCallbackRemote
extends Object
| java.lang.Object | |
| ↳ | androidx.browser.trusted.TrustedWebActivityCallbackRemote |
TrustedWebActivityCallbackRemote is used by client app to execute callbacks from a binder of
TrustedWebActivityCallback.
Summary
Public methods | |
|---|---|
void
|
runExtraCallback(String callbackName, Bundle args)
Runs the free-form callbacks that may be provided by the implementation. |
Inherited methods | |
|---|---|
Public methods
runExtraCallback
public void runExtraCallback (String callbackName,
Bundle args)
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
|
| Throws | |
|---|---|
RemoteException |
|