RemoteAction Constructors

Definition

Overloads

RemoteAction(Icon, ICharSequence, ICharSequence, PendingIntent)
RemoteAction(Icon, String, String, PendingIntent)

RemoteAction(Icon, ICharSequence, ICharSequence, PendingIntent)

[Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V", "", ApiSince=26)]
public RemoteAction (Android.Graphics.Drawables.Icon icon, Java.Lang.ICharSequence title, Java.Lang.ICharSequence contentDescription, Android.App.PendingIntent intent);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V", "", ApiSince=26)>]
new Android.App.RemoteAction : Android.Graphics.Drawables.Icon * Java.Lang.ICharSequence * Java.Lang.ICharSequence * Android.App.PendingIntent -> Android.App.RemoteAction

Parameters

icon
Icon
contentDescription
ICharSequence
intent
PendingIntent
Attributes

Remarks

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

RemoteAction(Icon, String, String, PendingIntent)

[Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V", "", ApiSince=26)]
public RemoteAction (Android.Graphics.Drawables.Icon icon, string title, string contentDescription, Android.App.PendingIntent intent);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V", "", ApiSince=26)>]
new Android.App.RemoteAction : Android.Graphics.Drawables.Icon * string * string * Android.App.PendingIntent -> Android.App.RemoteAction

Parameters

icon
Icon
title
String
contentDescription
String
intent
PendingIntent
Attributes

Remarks

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