Language

Notification.Action.WearableExtender.ConfirmLabelFormatted Property

Definition

Get the label to display to confirm that the action should be executed.

public Java.Lang.ICharSequence ConfirmLabelFormatted { [Android.Runtime.Register("getConfirmLabel", "()Ljava/lang/CharSequence;", "", ApiSince=22)] get; }
[<get: Android.Runtime.Register("getConfirmLabel", "()Ljava/lang/CharSequence;", "", ApiSince=22)>]
member this.ConfirmLabelFormatted : Java.Lang.ICharSequence

Property Value

the label to confirm the action should be executed

Attributes

Remarks

Get the 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.getConfirmLabel.

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