Partilhar via


SmsManager.ResultReceiveInjectedNullPdu Campo

Definição

Cuidado

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

O SMS recebe PDU nula injetada.

[Android.Runtime.Register("RESULT_RECEIVE_INJECTED_NULL_PDU", 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 ResultReceiveInjectedNullPdu = 501;
[<Android.Runtime.Register("RESULT_RECEIVE_INJECTED_NULL_PDU", 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 ResultReceiveInjectedNullPdu : Android.Telephony.SmsResult

Valor do campo

Value = 501
Atributos

Comentários

O SMS recebe PDU nula injetada.

Documentação Java para android.telephony.SmsManager.RESULT_RECEIVE_INJECTED_NULL_PDU.

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

Aplica-se a