public static class

FileUtils.DownloadResult

extends Object
java.lang.Object
   ↳ com.urbanairship.util.FileUtils.DownloadResult

Class Overview

Result for downloading a file.

Summary

Fields
public final boolean isSuccess If file downloaded successfully or not.
public final int statusCode The status code if available.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final boolean isSuccess

If file downloaded successfully or not.

public final int statusCode

The status code if available.