Notification.Action.WearableExtender.SetCancelLabel Method

Definition

Overloads

SetCancelLabel(ICharSequence)
SetCancelLabel(String)

SetCancelLabel(ICharSequence)

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

SetCancelLabel(String)

public Android.App.Notification.Action.WearableExtender SetCancelLabel (string label);
member this.SetCancelLabel : 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