CallbackHandlerRegistry.CallbackHandler

public interface CallbackHandlerRegistry.CallbackHandler<T extends 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.

Parameters
<T extends CallbackReceiver>

The receiver type for this callback handler.

Summary

Public methods

abstract void
executeCallback(Context context, T receiver, Bundle arguments)

Executes a callback given a Bundle of aurgements.

Public methods

executeCallback

Added in 1.0.0-alpha02
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.