OnObjectRetainedListener

fun interface OnObjectRetainedListener

Listener used by ObjectWatcher to report retained objects.

This is a functional interface with which you can create a OnObjectRetainedListener from a lambda.

Types

Companion
Link copied to clipboard
object Companion

Functions

onObjectRetained
Link copied to clipboard
abstract fun onObjectRetained()

A watched object became retained.