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
@NonNull
@get:NonNull
val loadingMethod: List<RequestLoadingMethodType>
Link copied to clipboard
@NonNull
@get:NonNull
val priority: RequestPriorityType
Link copied to clipboard
@NonNull
@get:NonNull
val resource: RequestResourceType
Link copied to clipboard
@NonNull
@get:NonNull
val url: String