TrustedWebActivityCallbackRemote

public class TrustedWebActivityCallbackRemote


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

Summary

Public methods

void
runExtraCallback(@NonNull String callbackName, @NonNull Bundle args)

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

Public methods

runExtraCallback

Added in 1.3.0
public void runExtraCallback(@NonNull String callbackName, @NonNull Bundle args)

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

Parameters
@NonNull String callbackName

Name of the extra callback.

@NonNull Bundle args

Arguments for the callback