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