Sdílet prostřednictvím


ProvisioningManager.FeatureProvisioningCallback.OnRcsFeatureProvisioningChanged Method

Definition

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

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

Parameters

capability
Int32

The RCS capability that provisioning has changed for.

tech
Int32

The IMS registration technology associated with the RCS 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 RCS provisioning has changed for a specific capability and IMS registration technology.

Java documentation for android.telephony.ims.ProvisioningManager.FeatureProvisioningCallback.onRcsFeatureProvisioningChanged(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