Notification.Actions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Builder.addAction(int,CharSequence,PendingIntent) によってこの通知にアタッチされているすべての Action 構造体の配列。
[Android.Runtime.Register("actions")]
public System.Collections.Generic.IList<Android.App.Notification.Action>? Actions { get; set; }
[<Android.Runtime.Register("actions")>]
member this.Actions : System.Collections.Generic.IList<Android.App.Notification.Action> with get, set
プロパティ値
- 属性
注釈
Builder.addAction(int,CharSequence,PendingIntent) によってこの通知にアタッチされているすべての Action 構造体の配列。 主に、アクションを呼び出すための代替インターフェイスを提供する NotificationListenerService のインスタンスに便利です。
android.app.Notification.actionsの Android リファレンス。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。