RemoteAction.ActionIntent Property

Definition

Return the action intent.

public Android.App.PendingIntent ActionIntent { [Android.Runtime.Register("getActionIntent", "()Landroid/app/PendingIntent;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getActionIntent", "()Landroid/app/PendingIntent;", "", ApiSince=26)>]
member this.ActionIntent : Android.App.PendingIntent

Property Value

PendingIntent
Attributes

Remarks

Java documentation for android.app.RemoteAction.getActionIntent().

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