public static class ImagePickerSheetView.ImagePickerTile
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImagePickerSheetView.ImagePickerTile.SpecialTileType |
static interface |
ImagePickerSheetView.ImagePickerTile.TileType |
| Modifier and Type | Field and Description |
|---|---|
static int |
CAMERA |
static int |
IMAGE |
protected android.net.Uri |
imageUri |
static int |
PICKER |
protected int |
tileType |
| Modifier | Constructor and Description |
|---|---|
protected |
ImagePickerTile(android.net.Uri imageUri,
int tileType) |
| Modifier and Type | Method and Description |
|---|---|
android.net.Uri |
getImageUri() |
int |
getTileType() |
boolean |
isCameraTile()
Indicates whether or not this represents the camera tile option.
|
boolean |
isImageTile()
Indicates whether or not this represents an image tile option.
|
boolean |
isPickerTile()
Indicates whether or not this represents the picker tile option.
|
java.lang.String |
toString() |
public static final int IMAGE
public static final int CAMERA
public static final int PICKER
protected final android.net.Uri imageUri
protected final int tileType
protected ImagePickerTile(@Nullable
android.net.Uri imageUri,
int tileType)
@Nullable public android.net.Uri getImageUri()
public int getTileType()
ImagePickerSheetView.ImagePickerTile.TileType of this tile: either IMAGE, CAMERA, or
PICKERpublic boolean isImageTile()
getImageUri()public boolean isCameraTile()
public boolean isPickerTile()
public java.lang.String toString()
toString in class java.lang.Object