-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ReviewScreenEventEvents triggered on the review screen.
If you use the Screen API all events will be triggered automatically.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classReviewScreenEvent.UPLOAD_ERROR_DETAILS_MAP_KEYKeys to retrieve details about the UPLOAD_ERROR event.
-
Enum Constant Summary
Enum Constants Enum Constant Description BACKTriggers when the user presses back.
NEXTTriggers when the user presses the next button.
UPLOAD_ERRORTriggers when upload failed.
Use the keys in ReviewScreenEvent.UPLOAD_ERROR_DETAILS_MAP_KEY to get details about the event from the details map.
-
Method Summary
Modifier and Type Method Description static Array<ReviewScreenEvent>values()static ReviewScreenEventvalueOf(String name)-
-
Method Detail
-
values
static Array<ReviewScreenEvent> values()
-
valueOf
static ReviewScreenEvent valueOf(String name)
-
-
-
-