Idioma

SmsManager.ResultReceiveWhileEncrypted Campo

Definição

Cuidado

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

Código curto sms recebido enquanto o telefone está em estado criptografado.

[Android.Runtime.Register("RESULT_RECEIVE_WHILE_ENCRYPTED", 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 ResultReceiveWhileEncrypted = 504;
[<Android.Runtime.Register("RESULT_RECEIVE_WHILE_ENCRYPTED", 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 ResultReceiveWhileEncrypted : Android.Telephony.SmsResult

Valor do campo

Value = 504
Atributos

Comentários

Código curto sms recebido enquanto o telefone está em estado criptografado.

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

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