InsightReferenceHint


class InsightReferenceHint : ContextHint
kotlin.Any
   ↳ 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.

Summary

Public methods
UUID

Get the ContextInsight contained in this hint.

Inherited functions

Public methods

getInsightId

fun getInsightId(): UUID

Get the ContextInsight contained in this hint.

Return
UUID This value cannot be null.