Notification.ContextualActions プロパティ

定義

この通知のアクションのうち、コンテキスト (つまり、通知の内容が原因で推奨される) アクションを返します。

public virtual System.Collections.Generic.IList<Android.App.Notification.Action> ContextualActions { [Android.Runtime.Register("getContextualActions", "()Ljava/util/List;", "GetGetContextualActionsHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getContextualActions", "()Ljava/util/List;", "GetGetContextualActionsHandler", ApiSince=30)>]
member this.ContextualActions : System.Collections.Generic.IList<Android.App.Notification.Action>

プロパティ値

この値は null にすることはできません。

属性

注釈

この通知のアクションのうち、コンテキスト (つまり、通知の内容が原因で推奨される) アクションを返します。

android.app.Notification.getContextualActionsの Android リファレンス。

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

適用対象