CarrierConfigManager.ImsSms.SmsFormat3gpp フィールド

定義

注意事項

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

SMS 形式は 3GPP です。

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

フィールド値

Value = 0
属性

注釈

SMS 形式は 3GPP です。

の Java ドキュメント android.telephony.CarrierConfigManager.ImsSms.SMS_FORMAT_3GPP

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

適用対象