Notification.Action.WearableExtender.SetInProgressLabel 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 |
|---|---|
| SetInProgressLabel(ICharSequence) |
Set a label to display while the wearable is preparing to automatically execute the action. |
| SetInProgressLabel(String) |
Set a label to display while the wearable is preparing to automatically execute the action. |
SetInProgressLabel(ICharSequence)
Set a label to display while the wearable is preparing to automatically execute the action.
[Android.Runtime.Register("setInProgressLabel", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Action$WearableExtender;", "", ApiSince=22)]
public Android.App.Notification.Action.WearableExtender SetInProgressLabel(Java.Lang.ICharSequence label);
[<Android.Runtime.Register("setInProgressLabel", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Action$WearableExtender;", "", ApiSince=22)>]
member this.SetInProgressLabel : Java.Lang.ICharSequence -> Android.App.Notification.Action.WearableExtender
Parameters
- label
- ICharSequence
CharSequence: the label to display while the action is being prepared to execute
Returns
this object for method chaining
- Attributes
Remarks
Set a label to display while the wearable is preparing to automatically execute the action. This is usually a 'ing' verb ending in ellipsis like "Sending..."
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-08-03 UTC.
Android reference for android.app.Notification.Action.WearableExtender.setInProgressLabel.
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
SetInProgressLabel(String)
Set a label to display while the wearable is preparing to automatically execute the action.
public Android.App.Notification.Action.WearableExtender SetInProgressLabel(string label);
member this.SetInProgressLabel : string -> Android.App.Notification.Action.WearableExtender
Parameters
- label
- String
CharSequence: the label to display while the action is being prepared to execute
Returns
this object for method chaining
Remarks
Set a label to display while the wearable is preparing to automatically execute the action. This is usually a 'ing' verb ending in ellipsis like "Sending..."
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-08-03 UTC.
Android reference for android.app.Notification.Action.WearableExtender.setInProgressLabel.
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.