public interface DevBundleDownloadListener
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Exception cause) |
void |
onProgress(java.lang.String status,
java.lang.Integer done,
java.lang.Integer total) |
void |
onSuccess(NativeDeltaClient nativeDeltaClient) |
void onSuccess(NativeDeltaClient nativeDeltaClient)
void onProgress(java.lang.String status, java.lang.Integer done, java.lang.Integer total)
void onFailure(java.lang.Exception cause)