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

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun onObjectRetained()

A watched object became retained.