CallbackHandlerRegistry.CallbackHandler
public
static
interface
CallbackHandlerRegistry.CallbackHandler
androidx.remotecallback.CallbackHandlerRegistry.CallbackHandler<T extends androidx.remotecallback.CallbackReceiver> |
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
Public methods | |
---|---|
abstract
void
|
executeCallback(Context context, T receiver, Bundle arguments)
Executes a callback given a Bundle of aurgements. |
Public methods
executeCallback
public abstract void executeCallback (Context context, 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.
Parameters | |
---|---|
context |
Context |
receiver |
T |
arguments |
Bundle |