Notification.Action.WearableExtender.SetConfirmLabel Method
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.
Overloads
| Name | Description |
|---|---|
| SetConfirmLabel(ICharSequence) |
Set a label to display to confirm that the action should be executed. |
| SetConfirmLabel(String) |
Set a label to display to confirm that the action should be executed. |
SetConfirmLabel(ICharSequence)
Set a label to display to confirm that the action should be executed.
[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
- label
- ICharSequence
CharSequence: the label to confirm the action should be executed
Returns
this object for method chaining
- Attributes
Remarks
Set a label to display to confirm that the action should be executed. This is usually an imperative verb like "Send".
Android reference for android.app.Notification.Action.WearableExtender.setConfirmLabel.
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)
Set a label to display to confirm that the action should be executed.
public Android.App.Notification.Action.WearableExtender SetConfirmLabel(string label);
member this.SetConfirmLabel : string -> Android.App.Notification.Action.WearableExtender
Parameters
- label
- String
CharSequence: the label to confirm the action should be executed
Returns
this object for method chaining
Remarks
Set a label to display to confirm that the action should be executed. This is usually an imperative verb like "Send".
Android reference for android.app.Notification.Action.WearableExtender.setConfirmLabel.
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.