ReviewScreenEvent

public enum ReviewScreenEvent

Events triggered on the review screen.

If you use the Screen API all events will be triggered automatically.

If you use the Component API some events will not be triggered (for ex. events which rely on onBackPressed). You need to check whether all the events you are interested in are triggered.

Entries

BACK
Link copied to clipboard
BACK

Triggers when the user presses back.(Screen API only)

NEXT
Link copied to clipboard
NEXT

Triggers when the user presses the next button.(Screen API + Component API)

UPLOAD_ERROR
Link copied to clipboard
UPLOAD_ERROR

Triggers when upload failed.(Screen API + Component API)

Types

UPLOAD_ERROR_DETAILS_MAP_KEY
Link copied to clipboard
public class UPLOAD_ERROR_DETAILS_MAP_KEY
Keys to retrieve details about the UPLOAD_ERROR event.

Functions

valueOf
Link copied to clipboard
static ReviewScreenEvent valueOf(String name)
values
Link copied to clipboard
static Array<ReviewScreenEventvalues()