SliceItem.Hints Property
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.
Gets all hints associated with this SliceItem.
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
Array of hints.
- Attributes
Remarks
Gets all hints associated with this SliceItem.
Java documentation for android.app.slice.SliceItem.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.