androidx.remotecallback
Interfaces
CallbackHandlerRegistry.CallbackHandler | 
            
               The interface used to trigger a callback when the pending intent is fired.  | 
          
CallbackReceiver | 
            
               An objects that can receive remote callbacks.  | 
          
Classes
AppWidgetProviderWithCallbacks | 
            
               Version of   | 
          
BroadcastReceiverWithCallbacks | 
            
               Extend this broadcast receiver to be able to receive callbacks as well as normal broadcasts.  | 
          
CallbackHandlerRegistry | 
            
               The holder for callbacks that are tagged with   | 
          
ContentProviderWithCallbacks | 
            
               Version of ContentProvider that can be used as a   | 
          
RemoteCallback | 
            
               An instance of a callback to a specific class/method with a specific set of arguments.  | 
          
Annotations
ExternalInput | 
            
               Identifies parameters of an   | 
          
RemoteCallable | 
            
               Used to tag a method as callable using   |