Companion

object Companion

Functions

invoke
Link copied to clipboard
inline operator fun invoke(crossinline block: (OnAnalysisProgressListener.Step) -> Unit): OnAnalysisProgressListener

Utility function to create a OnAnalysisProgressListener from the passed in block lambda instead of using the anonymous object : OnAnalysisProgressListener syntax.

Properties

NO_OP
Link copied to clipboard
val NO_OP: OnAnalysisProgressListener