TrustedWebActivityCallbackRemote
open class TrustedWebActivityCallbackRemote
kotlin.Any | |
↳ | androidx.browser.trusted.TrustedWebActivityCallbackRemote |
TrustedWebActivityCallbackRemote is used by client app to execute callbacks from a binder of TrustedWebActivityCallback
.
Summary
Public methods | |
---|---|
open Unit |
runExtraCallback(@NonNull callbackName: String, @NonNull args: Bundle) Runs the free-form callbacks that may be provided by the implementation. |