ProvisioningManager.FeatureProvisioningCallback.OnRcsFeatureProvisioningChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.