Compartir a través de


CarrierConfigManager.ImsSms.SmsFormat3gpp Campo

Definición

Precaución

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

El formato SMS es 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

Valor de campo

Value = 0
Atributos

Comentarios

El formato SMS es 3GPP.

Documentación de Java para android.telephony.CarrierConfigManager.ImsSms.SMS_FORMAT_3GPP.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a