Added in version 37.2
Summary:
Methods
| Inherited Methods
HintInvalidationInsight
public
final
class
HintInvalidationInsight
extends ContextInsight
| java.lang.Object | ||
| ↳ | android.app.personalcontext.insight.ContextInsight | |
| ↳ | android.app.personalcontext.insight.HintInvalidationInsight | |
An insight that contains information about a hint that should be invalidated.
Summary
Public methods | |
|---|---|
UUID
|
getInvalidatedHintId()
Returns the ID of the |
String
|
toString()
Returns a string representation of the object. |
Inherited methods | |
|---|---|
Public methods
getInvalidatedHintId
Added in version 37.2
public UUID getInvalidatedHintId ()
Returns the ID of the ContextHint that was invalidated.
| Returns | |
|---|---|
UUID |
This value cannot be null. |
toString
Added in version 37.2
public String toString ()
Returns a string representation of the object.
| Returns | |
|---|---|
String |
a string representation of the object. |