Language

Notification.Action.WearableExtender.HintDisplayActionInline Property

Definition

Get a hint that this Action should be displayed inline.

public bool HintDisplayActionInline { [Android.Runtime.Register("getHintDisplayActionInline", "()Z", "", ApiSince=25)] get; }
[<get: Android.Runtime.Register("getHintDisplayActionInline", "()Z", "", ApiSince=25)>]
member this.HintDisplayActionInline : bool

Property Value

true if the Action should be displayed inline, false otherwise. The default value is false if this was never set.

Attributes

Remarks

Get a hint that this Action should be displayed inline.

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

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