public class PhotoEditorBuilder extends ImgLyIntent
ImgLyIntent.Extra| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class |
activityClass |
CREATOR, intent| Constructor and Description |
|---|
PhotoEditorBuilder(android.app.Activity activity) |
PhotoEditorBuilder(android.content.Intent intent) |
| Modifier and Type | Method and Description |
|---|---|
void |
startActivityForResult(android.app.Activity activity,
int resultId)
Start the Activity and return the result at the end.
|
describeContents, internal_getSettingsList, setSettingsList, startActivityForResult, writeToParcelpublic PhotoEditorBuilder(android.content.Intent intent)
public PhotoEditorBuilder(android.app.Activity activity)
public void startActivityForResult(android.app.Activity activity,
int resultId)
ImgLyIntentstartActivityForResult in class ImgLyIntentresultId - the result id to identifier the result.