RequestInfo

The structure defines the information about the resource request.

Constructors

Link copied to clipboard
open fun RequestInfo(    @NonNull url: String,     @NonNull resource: RequestResourceType,     @NonNull priority: RequestPriorityType,     @NonNull loadingMethod: List<RequestLoadingMethodType>)

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