Idioma

SmsManager.ResultReceiveDispatchFailure Campo

Definição

Cuidado

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

SMS recebe falha de expedição.

[Android.Runtime.Register("RESULT_RECEIVE_DISPATCH_FAILURE", 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 ResultReceiveDispatchFailure = 500;
[<Android.Runtime.Register("RESULT_RECEIVE_DISPATCH_FAILURE", 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 ResultReceiveDispatchFailure : Android.Telephony.SmsResult

Valor do campo

Value = 500
Atributos

Comentários

SMS recebe falha de expedição.

Java documentação para android.telephony.SmsManager.RESULT_RECEIVE_DISPATCH_FAILURE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a