public class ImageRequest
extends java.lang.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() |
java.lang.Object |
getCallerTag() |
android.content.Context |
getContext() |
android.net.Uri |
getImageUri() |
static android.net.Uri |
getProfilePictureUri(java.lang.String userId,
int width,
int height) |
boolean |
isCachedRedirectAllowed() |
public static final int UNSPECIFIED_DIMENSION
public static android.net.Uri getProfilePictureUri(java.lang.String userId, int width, int height)
public android.content.Context getContext()
public android.net.Uri getImageUri()
public ImageRequest.Callback getCallback()
public boolean isCachedRedirectAllowed()
public java.lang.Object getCallerTag()