Notification.MessagingStyle.Message.GetMessagesFromBundleArray Método

Definição

Retorna uma lista de mensagens lidas da lista de pacotes fornecida, por exemplo,

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

Parâmetros

bundles
IParcelable[]

Parcelado: esse valor pode ser nulo.

Retornos

O System.Collections.Generic.IList<Android.App.Notification.MessagingStyle.Message> retornado por essa API.

Atributos

Comentários

Retorna uma lista de mensagens lidas da lista de pacotes fornecida, por exemplo, Notification.EXTRA_MESSAGES ou Notification.EXTRA_HISTORIC_MESSAGES.

Referência do Android para android.app.Notification.MessagingStyle.Message.getMessagesFromBundleArray.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a