Stay organized with collections
Save and categorize content based on your preferences.
android.service.carrier
Interfaces
ResultCallback |
A callback interface used to provide results asynchronously.
|
Classes
CarrierIdentifier |
Used to pass info to CarrierConfigService implementations so they can decide what values to return.
|
CarrierMessagingClientService |
If the default SMS app has a service that extends this class, the system always tries to bind it so that the process is always running, which allows the app to have a persistent connection to the server.
|
CarrierMessagingService |
A service that receives calls from the system when new SMS and MMS are sent or received.
|
CarrierService |
A service that exposes carrier-specific functionality to the system.
|
MessagePdu |
A parcelable list of PDUs representing contents of a possibly multi-part SMS.
|
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-02-10 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-02-10 UTC."],[],[],null,["# android.service.carrier\n=======================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/service/carrier/package-summary \"View this page in Java\")\n\nInterfaces\n----------\n\n|----------------------------------------------------------------------------------------------------|--------------------------------------------------------------|\n| [ResultCallback](/reference/kotlin/android/service/carrier/CarrierMessagingService.ResultCallback) | A callback interface used to provide results asynchronously. |\n\nClasses\n-------\n\n|----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CarrierIdentifier](/reference/kotlin/android/service/carrier/CarrierIdentifier) | Used to pass info to CarrierConfigService implementations so they can decide what values to return. |\n| [CarrierMessagingClientService](/reference/kotlin/android/service/carrier/CarrierMessagingClientService) | If the default SMS app has a service that extends this class, the system always tries to bind it so that the process is always running, which allows the app to have a persistent connection to the server. |\n| [CarrierMessagingService](/reference/kotlin/android/service/carrier/CarrierMessagingService) | A service that receives calls from the system when new SMS and MMS are sent or received. |\n| [CarrierService](/reference/kotlin/android/service/carrier/CarrierService) | A service that exposes carrier-specific functionality to the system. |\n| [MessagePdu](/reference/kotlin/android/service/carrier/MessagePdu) | A parcelable list of PDUs representing contents of a possibly multi-part SMS. |"]]