CalloutHistory

class CalloutHistory(expiryPeriodMilliseconds: Long = 60000)

Constructors

Link copied to clipboard
constructor(expiryPeriodMilliseconds: Long = 60000)

Functions

Link copied to clipboard
fun add(callout: TrackedCallout)
Link copied to clipboard
fun find(callout: TrackedCallout): Boolean
Link copied to clipboard
fun size(): Int
Link copied to clipboard
fun trim(userGeometry: UserGeometry)