Language

Notification.Action.WearableExtender.SetHintDisplayActionInline Method

Definition

Set a hint that this Action should be displayed inline.

[Android.Runtime.Register("setHintDisplayActionInline", "(Z)Landroid/app/Notification$Action$WearableExtender;", "", ApiSince=25)]
public Android.App.Notification.Action.WearableExtender SetHintDisplayActionInline(bool hintDisplayInline);
[<Android.Runtime.Register("setHintDisplayActionInline", "(Z)Landroid/app/Notification$Action$WearableExtender;", "", ApiSince=25)>]
member this.SetHintDisplayActionInline : bool -> Android.App.Notification.Action.WearableExtender

Parameters

hintDisplayInline
Boolean

boolean: true if action should be displayed inline, false otherwise

Returns

this object for method chaining

Attributes

Remarks

Set a hint that this Action should be displayed inline.

Android reference for android.app.Notification.Action.WearableExtender.setHintDisplayActionInline.

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