Notification.ExtraHistoricMessages Field

Definition

#extras key: an array of android.app.Notification.MessagingStyle#addHistoricMessage historicandroid.app.Notification.MessagingStyle.Message bundles provided by a android.app.Notification.MessagingStyle notification.

[Android.Runtime.Register("EXTRA_HISTORIC_MESSAGES", ApiSince=26)]
public const string ExtraHistoricMessages;
[<Android.Runtime.Register("EXTRA_HISTORIC_MESSAGES", ApiSince=26)>]
val mutable ExtraHistoricMessages : string

Field Value

Implements

Attributes

Remarks

#extras key: an array of android.app.Notification.MessagingStyle#addHistoricMessage historicandroid.app.Notification.MessagingStyle.Message bundles provided by a android.app.Notification.MessagingStyle notification. This extra is a parcelable array of bundles.

Java documentation for android.app.Notification.EXTRA_HISTORIC_MESSAGES.

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