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(@Nullable NativeDeltaClient nativeDeltaClient)
void onProgress(@Nullable java.lang.String status, @Nullable java.lang.Integer done, @Nullable java.lang.Integer total)
void onFailure(java.lang.Exception cause)