Notification.Action.ActionIntent Property

Definition

Intent to send when the user invokes this action.

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

Property Value

Attributes

Remarks

Intent to send when the user invokes this action. May be null, in which case the action may be rendered in a disabled presentation by the system UI.

Java documentation for android.app.Notification.Action.actionIntent.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to