DisconnectCause.DialVideoModifiedToUssd フィールド

定義

注意事項

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

Stk Call Control がビデオ DIAL 要求を USSD 要求に変更しました。

[Android.Runtime.Register("DIAL_VIDEO_MODIFIED_TO_USSD", 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 DialVideoModifiedToUssd = 68;
[<Android.Runtime.Register("DIAL_VIDEO_MODIFIED_TO_USSD", 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 DialVideoModifiedToUssd : Android.Telephony.CallDisconnectCause

フィールド値

Value = 68
属性

注釈

Stk Call Control がビデオ DIAL 要求を USSD 要求に変更しました。

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

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

適用対象