SmsManager.ResultInternalError Campo

Definizione

Attenzione

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

Errore non riuscito a causa di un errore interno

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

Valore del campo

Value = 21
Attributi

Commenti

Errore non riuscito a causa di un errore interno

Documentazione java per android.telephony.SmsManager.RESULT_INTERNAL_ERROR.

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