SubscriptionManager.UsageSettingUnknown フィールド

定義

注意事項

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

使用設定が不明です。

[Android.Runtime.Register("USAGE_SETTING_UNKNOWN", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.UsageSetting enum directly instead of this field.", true)]
public const Android.Telephony.UsageSetting UsageSettingUnknown = -1;
[<Android.Runtime.Register("USAGE_SETTING_UNKNOWN", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.UsageSetting enum directly instead of this field.", true)>]
val mutable UsageSettingUnknown : Android.Telephony.UsageSetting

フィールド値

Value = -1
属性

注釈

使用設定が不明です。

これは、 のクエリまたは使用状況設定をサポートしていないデバイスで返される使用状況設定です。

また、設定の変更を避けるために値を提供したい通信事業者によって提供される場合もあります。

android.telephony.SubscriptionManager.USAGE_SETTING_UNKNOWNJava ドキュメント。

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

適用対象