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