AgentTaskState.ClickAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PendingIntent to send when the state icon in the status bar is clicked.
public Android.App.PendingIntent? ClickAction { [Android.Runtime.Register("getClickAction", "()Landroid/app/PendingIntent;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getClickAction", "()Landroid/app/PendingIntent;", "", ApiSince=37)>]
member this.ClickAction : Android.App.PendingIntent
Property Value
the action to execute when the element is clicked.
- Attributes