public class ImageRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImageRequest.Builder |
static interface |
ImageRequest.Callback |
Modifier and Type | Field and Description |
---|---|
static int |
UNSPECIFIED_DIMENSION |
Modifier and Type | Method and Description |
---|---|
ImageRequest.Callback |
getCallback() |
Object |
getCallerTag() |
Context |
getContext() |
URI |
getImageUri() |
static URI |
getProfilePictureUrl(String userId,
int width,
int height) |
boolean |
isCachedRedirectAllowed() |
public static final int UNSPECIFIED_DIMENSION
public static URI getProfilePictureUrl(String userId, int width, int height) throws URISyntaxException
URISyntaxException
public Context getContext()
public URI getImageUri()
public ImageRequest.Callback getCallback()
public boolean isCachedRedirectAllowed()
public Object getCallerTag()