次の方法で共有


DisconnectCause.ImeiNotAccepted フィールド

定義

注意事項

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

IMEI が識別として使用され、この可能性はネットワークでサポートされていないため、ネットワークは緊急通報要求を受け入れません。

[Android.Runtime.Register("IMEI_NOT_ACCEPTED", 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 ImeiNotAccepted = 58;
[<Android.Runtime.Register("IMEI_NOT_ACCEPTED", 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 ImeiNotAccepted : Android.Telephony.CallDisconnectCause

フィールド値

Value = 58
属性

注釈

IMEI が識別として使用され、この可能性はネットワークでサポートされていないため、ネットワークは緊急通報要求を受け入れません。

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象