Condividi tramite


SmsManager.MmsErrorInactiveSubscription Campo

Definizione

Attenzione

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

L'ID sottoscrizione per l'invio/download è inattivo.

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

Valore del campo

Value = 10
Attributi

Commenti

L'ID sottoscrizione per l'invio/download è inattivo.

Documentazione java per android.telephony.SmsManager.MMS_ERROR_INACTIVE_SUBSCRIPTION.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a