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