Notification.MessagingStyle.Message.GetMessagesFromBundleArray Method

Definition

[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[]

Returns

Attributes

Applies to