| Modifier and Type | Field and Description |
|---|---|
Picasso.Priority |
Request.priority
The priority of this request.
|
| Modifier and Type | Method and Description |
|---|---|
static Picasso.Priority |
Picasso.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Picasso.Priority[] |
Picasso.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Request.Builder |
Request.Builder.priority(Picasso.Priority priority)
Execute request using the specified priority.
|
RequestCreator |
RequestCreator.priority(Picasso.Priority priority)
Set the priority of this request.
|
Copyright © 2013–2016 Square, Inc.. All rights reserved.