Notification.MessagingStyle.Message.GetMessagesFromBundleArray メソッド

定義

特定のバンドル リストから読み取られたメッセージの一覧を返します (例:

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

パラメーター

bundles
IParcelable[]

パーセル可能: この値は null である可能性があります。

返品

この API によって返される System.Collections.Generic.IList<Android.App.Notification.MessagingStyle.Message> 。

属性

注釈

Notification.EXTRA_MESSAGESやNotification.EXTRA_HISTORIC_MESSAGESなど、特定のバンドル リストから読み取られたメッセージの一覧を返します。

android.app.Notification.MessagingStyle.Message.getMessagesFromBundleArrayの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象