TelephonyManager.ApptypeUsim フィールド

定義

注意事項

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

UICC アプリケーションの種類は USIM です

[Android.Runtime.Register("APPTYPE_USIM", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.UiccApplicationType enum directly instead of this field.", true)]
public const Android.Telephony.UiccApplicationType ApptypeUsim = 2;
[<Android.Runtime.Register("APPTYPE_USIM", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.UiccApplicationType enum directly instead of this field.", true)>]
val mutable ApptypeUsim : Android.Telephony.UiccApplicationType

フィールド値

Value = 2
属性

注釈

UICC アプリケーションの種類は USIM です

android.telephony.TelephonyManager.APPTYPE_USIMJava ドキュメント。

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

適用対象