TaskState

abstract class TaskState<T : Any?>

Known direct subclasses
TaskState.InProgress

Called periodically as data is transferred and can be used to populate an upload/download indicator.

TaskState.Paused

Called any time the upload/download is paused.


Used to emit events about the progress of storage tasks.

Summary

Nested types

Called periodically as data is transferred and can be used to populate an upload/download indicator.

Called any time the upload/download is paused.