Share via


DisconnectCause.WifiLost フィールド

定義

注意事項

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

WIFI 信号が失われたか、通話を続行するには機能が低下しすぎたため、WIFI 経由の通話が切断されました。

[Android.Runtime.Register("WIFI_LOST", 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 WifiLost = 59;
[<Android.Runtime.Register("WIFI_LOST", 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 WifiLost : Android.Telephony.CallDisconnectCause

フィールド値

Value = 59
属性

注釈

WIFI 信号が失われたか、通話を続行するには機能が低下しすぎたため、WIFI 経由の通話が切断されました。

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

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

適用対象