CallbackHandlerRegistry.CallbackHandler

interface CallbackHandlerRegistry.CallbackHandler<T : 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 : CallbackReceiver?>

The receiver type for this callback handler.

Summary

Public functions

Unit
executeCallback(context: Context!, receiver: T!, arguments: Bundle!)

Executes a callback given a Bundle of aurgements.

Public functions

executeCallback

Added in 1.0.0-alpha02
fun executeCallback(context: Context!, receiver: T!, arguments: Bundle!): Unit

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.