Notification.MessagingStyle.HistoricMessages Property

Definition

Gets the list of historic Messages in the notification.

public virtual System.Collections.Generic.IList<Android.App.Notification.MessagingStyle.Message>? HistoricMessages { [Android.Runtime.Register("getHistoricMessages", "()Ljava/util/List;", "GetGetHistoricMessagesHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getHistoricMessages", "()Ljava/util/List;", "GetGetHistoricMessagesHandler", ApiSince=26)>]
member this.HistoricMessages : System.Collections.Generic.IList<Android.App.Notification.MessagingStyle.Message>

Property Value

Attributes

Remarks

Gets the list of historic Messages in the notification.

Java documentation for android.app.Notification.MessagingStyle.getHistoricMessages().

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