public interface DevBundleDownloadListener
abstract void
onSuccess()
onProgress(@Nullable() String status, @Nullable() Integer done, @Nullable() Integer total)
onFailure(Exception cause)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess()
abstract void onProgress(@Nullable() String status, @Nullable() Integer done, @Nullable() Integer total)
abstract void onFailure(Exception cause)