public class

FileDownloadTask.TaskSnapshot

extends SnapshotBase
java.lang.Object
   ↳ com.google.firebase.storage.StorageTask.SnapshotBase
     ↳ com.google.firebase.storage.FileDownloadTask.TaskSnapshot

Class Overview

Encapsulates state about the running FileDownloadTask

Summary

Public Methods
long getBytesTransferred()
long getTotalByteCount()
[Expand]
Inherited Methods
From class com.google.firebase.storage.StorageTask.SnapshotBase
From class java.lang.Object
From interface com.google.firebase.storage.StorageTask.ProvideError

Public Methods

public long getBytesTransferred ()

Returns
long the total bytes downloaded so far.

public long getTotalByteCount ()

Returns
long the total bytes to upload..