Notification.ExtraMessages Field

Definition

extras key: an array of Notification.MessagingStyle.Message bundles provided by a Notification.MessagingStyle notification.

[Android.Runtime.Register("EXTRA_MESSAGES", ApiSince=24)]
public const string ExtraMessages;
[<Android.Runtime.Register("EXTRA_MESSAGES", ApiSince=24)>]
val mutable ExtraMessages : string

Field Value

Implements

Attributes

Remarks

extras key: an array of Notification.MessagingStyle.Message bundles provided by a Notification.MessagingStyle notification. This extra is a parcelable array of bundles.

Android reference for android.app.Notification.EXTRA_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