Notification.Action.WearableExtender.SetConfirmLabel Method

Definition

Overloads

SetConfirmLabel(ICharSequence)
SetConfirmLabel(String)

SetConfirmLabel(ICharSequence)

[Android.Runtime.Register("setConfirmLabel", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Action$WearableExtender;", "", ApiSince=22)]
public Android.App.Notification.Action.WearableExtender SetConfirmLabel (Java.Lang.ICharSequence label);
[<Android.Runtime.Register("setConfirmLabel", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Action$WearableExtender;", "", ApiSince=22)>]
member this.SetConfirmLabel : Java.Lang.ICharSequence -> Android.App.Notification.Action.WearableExtender

Parameters

Returns

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

SetConfirmLabel(String)

public Android.App.Notification.Action.WearableExtender SetConfirmLabel (string label);
member this.SetConfirmLabel : string -> Android.App.Notification.Action.WearableExtender

Parameters

label
String

Returns

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