次の方法で共有


Notification.Actions プロパティ

定義

この通知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

プロパティ値

属性

注釈

の Java ドキュメントandroid.app.Notification.actions

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象