public interface MSmartStepDataCallback<T> extends MSmartDataCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
onStepChanged(int totalStep,
int currentStep,
android.os.Bundle extraData)
请求的步骤改变回调。
|
onComplete
onError