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