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!