Share via


DisconnectCause.DialVideoModifiedToDial フィールド

定義

注意事項

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

Stk 通話制御によって、DIAL 要求に対するビデオ DIAL 要求が変更されました。

[Android.Runtime.Register("DIAL_VIDEO_MODIFIED_TO_DIAL", 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 DialVideoModifiedToDial = 69;
[<Android.Runtime.Register("DIAL_VIDEO_MODIFIED_TO_DIAL", 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 DialVideoModifiedToDial : Android.Telephony.CallDisconnectCause

フィールド値

Value = 69
属性

注釈

Stk 通話制御によって、DIAL 要求に対するビデオ DIAL 要求が変更されました。

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

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

適用対象