DisconnectCause.NormalUnspecified フィールド

定義

注意事項

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

この原因は、標準クラスの他の原因が適用されない場合にのみ、通常のイベントを報告するために使用されます。

[Android.Runtime.Register("NORMAL_UNSPECIFIED", 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 NormalUnspecified = 65;
[<Android.Runtime.Register("NORMAL_UNSPECIFIED", 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 NormalUnspecified : Android.Telephony.CallDisconnectCause

フィールド値

Value = 65
属性

注釈

この原因は、標準クラスの他の原因が適用されない場合にのみ、通常のイベントを報告するために使用されます。

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

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

適用対象