OnProgressListener

interface OnProgressListener<ProgressT>

A listener that is called periodically during execution of a LoadBundleTask.

Summary

Public functions

Unit
onProgress(snapshot: ProgressT)

Public functions

onProgress

fun onProgress(snapshot: ProgressT): Unit