SliceItem.HasHint(String) Method

Definition

[Android.Runtime.Register("hasHint", "(Ljava/lang/String;)Z", "", ApiSince=28)]
public bool HasHint (string? hint);
[<Android.Runtime.Register("hasHint", "(Ljava/lang/String;)Z", "", ApiSince=28)>]
member this.HasHint : string -> bool

Parameters

hint
String

The hint to check for

Returns

true if this item contains the given hint

Attributes

Remarks

Java documentation for android.app.slice.SliceItem.hasHint(java.lang.String).

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