invoke
inline operator fun invoke(crossinline block: () -> Unit): OnObjectRetainedListener
Content copied to clipboard
Utility function to create a OnObjectRetainedListener from the passed in block lambda instead of using the anonymous object : OnObjectRetainedListener syntax.
Usage:
val listener = OnObjectRetainedListener {
}Content copied to clipboard