TaskState.InProgress

class TaskState.InProgress<T : Any?> : TaskState


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

Summary

Public constructors

<T : Any?> InProgress(snapshot: T)

Public properties

T

Public constructors

InProgress

<T : Any?> InProgress(snapshot: T)

Public properties

snapshot

val snapshot: T