java.lang.Object | |
↳ | com.google.firebase.storage.StorageTask.SnapshotBase |
![]() |
Base class for state.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
For some reason the @NonNull/@Nullable annotations here trigger a javac bug that results in:
"bad RuntimeInvisibleParameterAnnotations attribute"
https://bugs.openjdk.java.net/browse/JDK-8066725
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the last error encountered.
| |||||||||||
Returns the target of the upload.
| |||||||||||
Returns the
StorageTask for this state. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
For some reason the @NonNull/@Nullable annotations here trigger a javac bug that results in: "bad RuntimeInvisibleParameterAnnotations attribute" https://bugs.openjdk.java.net/browse/JDK-8066725
Parameters | |
---|---|
error |
Exception
|
Returns the last error encountered.
Returns | |
---|---|
Exception |
Returns the StorageTask
for this state.
Returns | |
---|---|
StorageTask<TResult> |