Slice.Hints Property

Definition

public System.Collections.Generic.IList<string>? Hints { [Android.Runtime.Register("getHints", "()Ljava/util/List;", "", ApiSince=28)] [Android.Runtime.StringDef(Fields=new System.String[] { "HintTitle", "HintList", "HintListItem", "HintLarge", "HintActions", "HintSelected", "HintNoTint", "HintShortcut", "HintHorizontal", "HintPartial", "HintSeeMore", "HintKeywords", "HintError", "HintTtl", "HintLastUpdated", "HintPermissionRequest" }, Type="Android.App.Slices.Slice")] get; }
[<get: Android.Runtime.Register("getHints", "()Ljava/util/List;", "", ApiSince=28)>]
[<get: Android.Runtime.StringDef(Fields=new System.String[] { "HintTitle", "HintList", "HintListItem", "HintLarge", "HintActions", "HintSelected", "HintNoTint", "HintShortcut", "HintHorizontal", "HintPartial", "HintSeeMore", "HintKeywords", "HintError", "HintTtl", "HintLastUpdated", "HintPermissionRequest" }, Type="Android.App.Slices.Slice")>]
member this.Hints : System.Collections.Generic.IList<string>

Property Value

All hints associated with this Slice.

Attributes

Remarks

Java documentation for android.app.slice.Slice.getHints().

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