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ドキュメント。

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

適用対象