DisconnectCause.EmergencyPermFailure フィールド

定義

注意事項

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

緊急通話は永続的な失敗の原因で失敗し、このスロットで再ダイヤルしないでください。

[Android.Runtime.Register("EMERGENCY_PERM_FAILURE", 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 EmergencyPermFailure = 64;
[<Android.Runtime.Register("EMERGENCY_PERM_FAILURE", 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 EmergencyPermFailure : Android.Telephony.CallDisconnectCause

フィールド値

Value = 64
属性

注釈

緊急通話は永続的な失敗の原因で失敗し、このスロットで再ダイヤルしないでください。

の Java ドキュメント android.telephony.DisconnectCause.EMERGENCY_PERM_FAILURE

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

適用対象