Notification.MessagingStyle.Messages 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.
Gets the list of Message
objects that represent the notification.
public virtual System.Collections.Generic.IList<Android.App.Notification.MessagingStyle.Message>? Messages { [Android.Runtime.Register("getMessages", "()Ljava/util/List;", "GetGetMessagesHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getMessages", "()Ljava/util/List;", "GetGetMessagesHandler", ApiSince=24)>]
member this.Messages : System.Collections.Generic.IList<Android.App.Notification.MessagingStyle.Message>
Property Value
- Attributes
Remarks
Gets the list of Message
objects that represent the notification.
Java documentation for android.app.Notification.MessagingStyle.getMessages()
.
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.