SmsMessage.IsMwiDontStore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
returns true if this message is a "Message Waiting Indication Group: Discard Message" notification and should not be stored.
public virtual bool IsMwiDontStore { [Android.Runtime.Register("isMwiDontStore", "()Z", "GetIsMwiDontStoreHandler")] get; }
[<get: Android.Runtime.Register("isMwiDontStore", "()Z", "GetIsMwiDontStoreHandler")>]
member this.IsMwiDontStore : bool
Property Value
- Attributes
Remarks
returns true if this message is a "Message Waiting Indication Group: Discard Message" notification and should not be stored.
Java documentation for android.telephony.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.