DisconnectCause.CallingDisabled フィールド

定義

注意事項

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

ro を使用して呼び出しが無効になっているため、新しい発信呼び出しを行うことができないことを示します。

[Android.Runtime.Register("CALLING_DISABLED", 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 CallingDisabled = 74;
[<Android.Runtime.Register("CALLING_DISABLED", 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 CallingDisabled : Android.Telephony.CallDisconnectCause

フィールド値

Value = 74
属性

注釈

ro.テレフォニー.disable-call システム プロパティを使用して呼び出しが無効になっているため、新しい発信呼び出しを行うことができないことを示します。

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

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

適用対象