Telephony.Sms.Intents.ResultSmsInvalidUri Field

Definition

Caution

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

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

Field Value

Value = 11
Attributes

Applies to