Notification.MessagingStyle.Message.GetMessagesFromBundleArray Method

Definition

Returns a list of messages read from the given bundle list, e.g.

[Android.Runtime.Register("getMessagesFromBundleArray", "([Landroid/os/Parcelable;)Ljava/util/List;", "", ApiSince=30)]
public static System.Collections.Generic.IList<Android.App.Notification.MessagingStyle.Message> GetMessagesFromBundleArray(Android.OS.IParcelable[]? bundles);
[<Android.Runtime.Register("getMessagesFromBundleArray", "([Landroid/os/Parcelable;)Ljava/util/List;", "", ApiSince=30)>]
static member GetMessagesFromBundleArray : Android.OS.IParcelable[] -> System.Collections.Generic.IList<Android.App.Notification.MessagingStyle.Message>

Parameters

bundles
IParcelable[]

Parcelable: This value may be null.

Returns

The System.Collections.Generic.IList<Android.App.Notification.MessagingStyle.Message> returned by this API.

Attributes

Remarks

Returns a list of messages read from the given bundle list, e.g. Notification.EXTRA_MESSAGES or Notification.EXTRA_HISTORIC_MESSAGES.

Android reference for android.app.Notification.MessagingStyle.Message.getMessagesFromBundleArray.

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