public static interface RecoverySystem.ProgressListener
android.os.RecoverySystem.ProgressListener |
在验证过程中定期调用回调的接口定义。
Public methods |
|
---|---|
abstract void |
onProgress(int progress) 验证过程中定期调用。 |
void onProgress (int progress)
验证过程中定期调用。
Parameters | |
---|---|
progress |
int : the approximate percentage of the verification that has been completed, ranging from 0 to 100 (inclusive). |