| java.lang.Object | |
| ↳ | com.google.firebase.storage.UploadTask.TaskSnapshot |
Encapsulates state about the running UploadTask
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a long lived download URL with a revokable token.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.firebase.storage.StorageTask.ProvideError
| |||||||||||
Returns a long lived download URL with a revokable token. This can be used to share the file with others, but can be revoked by a developer in the Firebase Console if desired.
Uri representing the download URL. You can feed this url into a
URL and download the object via openStream().
StorageTask for this state.
putFile(Uri, StorageMetadata, Uri)