public interface

CallbackHandlerRegistry.CallbackHandler<T extends CallbackReceiver>

 androidx.remotecallback.CallbackHandlerRegistry.CallbackHandler<T>

Overview

The interface used to trigger a callback when the pending intent is fired. Note: This should only be referenced by generated code, there is no reason to reference this otherwise.

Summary

Methods
public voidexecuteCallback(Context context, CallbackReceiver<T> receiver, Bundle arguments)

Executes a callback given a Bundle of aurgements.

Methods

public void executeCallback(Context context, CallbackReceiver<T> receiver, Bundle arguments)

Executes a callback given a Bundle of aurgements. Note: This should only be called by generated code, there is no reason to reference this otherwise.