SmsMessage.IsMwiDontStore Property

Definition

Caution

deprecated

returns true if this message is a "Message Waiting Indication Group: Discard Message" notification and should not be stored.

[System.Obsolete("deprecated")]
public virtual bool IsMwiDontStore { [Android.Runtime.Register("isMwiDontStore", "()Z", "GetIsMwiDontStoreHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("isMwiDontStore", "()Z", "GetIsMwiDontStoreHandler")>]
member this.IsMwiDontStore : bool

Property Value

Boolean
Attributes

Remarks

Java documentation for android.telephony.gsm.SmsMessage.isMwiDontStore().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to