次の方法で共有


Notification.Action.ActionIntent プロパティ

定義

ユーザーがこのアクションを呼び出したときに送信する意図。

[Android.Runtime.Register("actionIntent")]
public Android.App.PendingIntent? ActionIntent { get; set; }
[<Android.Runtime.Register("actionIntent")>]
member this.ActionIntent : Android.App.PendingIntent with get, set

プロパティ値

属性

注釈

ユーザーがこのアクションを呼び出したときに送信する意図。 null の場合があります。この場合、アクションはシステム UI によって無効なプレゼンテーションにレンダリングされる可能性があります。

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

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

適用対象