public class CroPicker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CroPicker.Options
Class that helps to setup configs.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXTRA_INIT_CONFIGS |
static java.lang.String |
EXTRA_RESULT_IMAGES |
static int |
REQUEST_ALBUM |
| Modifier and Type | Method and Description |
|---|---|
static CroPicker |
init(android.app.Activity activity)
This method creates a new CroPicker instance and creates an Intent builder.
|
void |
start() |
void |
start(int requestCode) |
CroPicker |
withOptions(CroPicker.Options options) |
public static final int REQUEST_ALBUM
public static final java.lang.String EXTRA_INIT_CONFIGS
public static final java.lang.String EXTRA_RESULT_IMAGES
public static CroPicker init(@NonNull android.app.Activity activity)
activity - public CroPicker withOptions(@NonNull CroPicker.Options options)
public void start()
public void start(int requestCode)