DisconnectCause.OtaspProvisioningInProcess フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telephony.CallDisconnectCause enum directly instead of this field.

OTASP プロビジョニングが現在処理中であるため、新しい発信呼び出しを行うことができないことを示します。

[Android.Runtime.Register("OTASP_PROVISIONING_IN_PROCESS", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallDisconnectCause enum directly instead of this field.", true)]
public const Android.Telephony.CallDisconnectCause OtaspProvisioningInProcess = 76;
[<Android.Runtime.Register("OTASP_PROVISIONING_IN_PROCESS", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallDisconnectCause enum directly instead of this field.", true)>]
val mutable OtaspProvisioningInProcess : Android.Telephony.CallDisconnectCause

フィールド値

Value = 76
属性

注釈

OTASP プロビジョニングが現在処理中であるため、新しい発信呼び出しを行うことができないことを示します。

android.telephony.DisconnectCause.OTASP_PROVISIONING_IN_PROCESSJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象