Stay organized with collections
Save and categorize content based on your preferences.
Annotations
Interfaces
Classes
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-15 UTC."],[],[],null,["# androidx.remotecallback\n=======================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/remotecallback/package-summary \"View this page in Kotlin\") \\|Java\n\nAnnotations\n-----------\n\n|---------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ExternalInput](/reference/androidx/remotecallback/ExternalInput) | Identifies parameters of an [RemoteCallable](/reference/androidx/remotecallback/RemoteCallable) that will be pulled from the caller of the callback. |\n| [RemoteCallable](/reference/androidx/remotecallback/RemoteCallable) | Used to tag a method as callable using [createRemoteCallback](/reference/androidx/remotecallback/CallbackReceiver#createRemoteCallback(android.content.Context)). |\n\nInterfaces\n----------\n\n|-----------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|\n| [CallbackHandlerRegistry.CallbackHandler](/reference/androidx/remotecallback/CallbackHandlerRegistry.CallbackHandler) | The interface used to trigger a callback when the pending intent is fired. |\n| [CallbackReceiver](/reference/androidx/remotecallback/CallbackReceiver) | An objects that can receive remote callbacks. |\n\nClasses\n-------\n\n|-----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AppWidgetProviderWithCallbacks](/reference/androidx/remotecallback/AppWidgetProviderWithCallbacks) | Version of [AppWidgetProvider](https://developer.android.com/reference/android/appwidget/AppWidgetProvider.html) that implements a [CallbackReceiver](/reference/androidx/remotecallback/CallbackReceiver). |\n| [BroadcastReceiverWithCallbacks](/reference/androidx/remotecallback/BroadcastReceiverWithCallbacks) | Extend this broadcast receiver to be able to receive callbacks as well as normal broadcasts. |\n| [CallbackHandlerRegistry](/reference/androidx/remotecallback/CallbackHandlerRegistry) | The holder for callbacks that are tagged with [RemoteCallable](/reference/androidx/remotecallback/RemoteCallable). |\n| [ContentProviderWithCallbacks](/reference/androidx/remotecallback/ContentProviderWithCallbacks) | Version of ContentProvider that can be used as a [CallbackReceiver](/reference/androidx/remotecallback/CallbackReceiver). |\n| [RemoteCallback](/reference/androidx/remotecallback/RemoteCallback) | An instance of a callback to a specific class/method with a specific set of arguments. |"]]