OnAnalyzeListener

interface OnAnalyzeListener<T>

Analyze listener

Parameters

<T>

泛型T为分析结果对应的对象

Functions

Link copied to clipboard
abstract fun onFailure(@Nullable e: Exception)
失败
Link copied to clipboard
abstract fun onSuccess(@NonNull result: AnalyzeResult<T>)
成功