Stay organized with collections
Save and categorize content based on your preferences.
FeatureProvisioningCallback
abstract class FeatureProvisioningCallback
Callback for IMS provisioning feature changes.
Summary
Public methods |
abstract Unit |
The IMS MMTEL provisioning has changed for a specific capability and IMS registration technology.
|
abstract Unit |
The IMS RCS provisioning has changed for a specific capability and IMS registration technology.
|
Public constructors
FeatureProvisioningCallback
FeatureProvisioningCallback()
Public methods
onFeatureProvisioningChanged
abstract fun onFeatureProvisioningChanged(
capability: Int,
tech: Int,
isProvisioned: Boolean
): Unit
The IMS MMTEL provisioning has changed for a specific capability and IMS registration technology.
Parameters |
capability |
Int: The MMTEL capability that provisioning has changed for. Value is either 0 or a combination of android.telephony.ims.feature.MmTelFeature.MmTelCapabilities#CAPABILITY_TYPE_VOICE , android.telephony.ims.feature.MmTelFeature.MmTelCapabilities#CAPABILITY_TYPE_VIDEO , android.telephony.ims.feature.MmTelFeature.MmTelCapabilities#CAPABILITY_TYPE_UT , android.telephony.ims.feature.MmTelFeature.MmTelCapabilities#CAPABILITY_TYPE_SMS , android.telephony.ims.feature.MmTelFeature.MmTelCapabilities#CAPABILITY_TYPE_CALL_COMPOSER , and android.telephony.ims.feature.MmTelFeature.MmTelCapabilities#CAPABILITY_TYPE_CALL_COMPOSER_BUSINESS_ONLY |
tech |
Int: The IMS registration technology associated with the MMTEL capability that provisioning has changed for. Value is android.telephony.ims.stub.ImsRegistrationImplBase#REGISTRATION_TECH_NONE , android.telephony.ims.stub.ImsRegistrationImplBase#REGISTRATION_TECH_LTE , android.telephony.ims.stub.ImsRegistrationImplBase#REGISTRATION_TECH_IWLAN , android.telephony.ims.stub.ImsRegistrationImplBase#REGISTRATION_TECH_CROSS_SIM , android.telephony.ims.stub.ImsRegistrationImplBase#REGISTRATION_TECH_NR , or android.telephony.ims.stub.ImsRegistrationImplBase#REGISTRATION_TECH_3G |
isProvisioned |
Boolean: true if the capability is provisioned for the technology specified, or false if the capability is not provisioned for the technology specified. |
onRcsFeatureProvisioningChanged
abstract fun onRcsFeatureProvisioningChanged(
capability: Int,
tech: Int,
isProvisioned: Boolean
): Unit
The IMS RCS provisioning has changed for a specific capability and IMS registration technology.
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."],[],[]]