HintInvalidationInsight


class HintInvalidationInsight : ContextInsight
kotlin.Any
   ↳ 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

Returns the ID of the ContextHint that was invalidated.

String

Returns a string representation of the object.

Inherited functions

Public methods

getInvalidatedHintId

fun getInvalidatedHintId(): UUID

Returns the ID of the ContextHint that was invalidated.

Return
UUID This value cannot be null.

toString

fun toString(): String

Returns a string representation of the object.

Return
String a string representation of the object.