CallbackHandler
interface CallbackHandler<T : CallbackReceiver<Any!>!>
androidx.remotecallback.CallbackHandlerRegistry.CallbackHandler |
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 Unit |
executeCallback(context: Context!, receiver: T, arguments: Bundle!) Executes a callback given a Bundle of aurgements. |