ProvisioningManager.FeatureProvisioningCallback.OnFeatureProvisioningChanged Method

Definition

The IMS MMTEL provisioning has changed for a specific capability and IMS registration technology.

[Android.Runtime.Register("onFeatureProvisioningChanged", "(IIZ)V", "GetOnFeatureProvisioningChanged_IIZHandler", ApiSince=33)]
public abstract void OnFeatureProvisioningChanged (int capability, int tech, bool isProvisioned);
[<Android.Runtime.Register("onFeatureProvisioningChanged", "(IIZ)V", "GetOnFeatureProvisioningChanged_IIZHandler", ApiSince=33)>]
abstract member OnFeatureProvisioningChanged : int * int * bool -> unit

Parameters

capability
Int32

The MMTEL capability that provisioning has changed for.

tech
Int32

The IMS registration technology associated with the MMTEL capability that provisioning has changed for.

isProvisioned
Boolean

true if the capability is provisioned for the technology specified, or false if the capability is not provisioned for the technology specified.

Attributes

Remarks

The IMS MMTEL provisioning has changed for a specific capability and IMS registration technology.

Java documentation for android.telephony.ims.ProvisioningManager.FeatureProvisioningCallback.onFeatureProvisioningChanged(int, int, boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to