Added in version 37.2
Summary:
Methods
| Inherited Methods
InsightReferenceHint
public
final
class
InsightReferenceHint
extends ContextHint
| java.lang.Object | ||
| ↳ | android.app.personalcontext.hint.ContextHint | |
| ↳ | android.app.personalcontext.hint.InsightReferenceHint | |
A hint that contains a reference to a ContextInsight.
An insight publisher may use this hint to signal that the details related to a previously
published ContextInsight have changed.
See also:
Summary
Public methods | |
|---|---|
UUID
|
getInsightId()
Get the |
Inherited methods | |
|---|---|
Public methods
getInsightId
Added in version 37.2
public UUID getInsightId ()
Get the ContextInsight contained in this hint.
| Returns | |
|---|---|
UUID |
This value cannot be null. |