Notification.MessagingStyle.Message.GetMessagesFromBundleArray Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.