Most visited

Recently visited

Added in API level 8

RecoverySystem.ProgressListener

public static interface RecoverySystem.ProgressListener

android.os.RecoverySystem.ProgressListener


在验证过程中定期调用回调的接口定义。

摘要(Summary)

公共方法(Public methods)

abstract void onProgress(int progress)

验证过程中定期调用。

公共方法(Public methods)

onProgress

Added in API level 8
void onProgress (int progress)

验证过程中定期调用。

参数(Parameters)
progress int: the approximate percentage of the verification that has been completed, ranging from 0 to 100 (inclusive).

Hooray!