ReviewScreenEvent

public enum ReviewScreenEvent

Events triggered on the review screen.

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

Entries

Link copied to clipboard

Triggers when the user presses back.

Link copied to clipboard

Triggers when the user presses the next button.

Link copied to clipboard

Triggers when upload failed.

Types

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

Functions

Link copied to clipboard
public static ReviewScreenEvent valueOf(String name)
Returns the enum constant of this type with the specified name.
Link copied to clipboard
public static Array<ReviewScreenEvent> values()
Returns an array containing the constants of this enum type, in the order they're declared.