ResponseInfo

The structure defines the information about the response for the resource request.

Constructors

Link copied to clipboard
open fun ResponseInfo(noContent: Boolean, notModified: Boolean, mustRevalidate: Boolean, @NonNull source: ResponseSourceType, size: Long, @Nullable modified: Date, @Nullable expires: Date, @Nullable etag: String, @Nullable error: ResourceRequestError)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Long
Link copied to clipboard