Android.App.Notification.ContentIntent Property
The intent to execute when the expanded status entry is clicked.

Syntax

[Android.Runtime.Register("contentIntent")]
public PendingIntent ContentIntent { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The intent to execute when the expanded status entry is clicked. If this is an activity, it must include the Android.Content.ActivityFlags.NewTask flag, which requires that you take care of task management as described in the Tasks and Back Stack document.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1