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() |