ModalRichMediaDismissAnimationType

Defines animation types for dismissing modal in-app messages.

Dismissal animations provide visual feedback and smooth transitions when users close modals. Matching dismiss animations with present animations creates cohesive user experiences.

See also

ModalRichmediaConfig#setDismissAnimationType(ModalRichMediaDismissAnimationType)

Entries

Link copied to clipboard

Smooth fade-out animation, matches well with FADE_IN presentation

Link copied to clipboard

Slide animation upward off-screen, ideal for center or bottom positioned modals

Link copied to clipboard

Slide animation rightward off-screen

Link copied to clipboard

Slide animation downward off-screen, matches well with DROP_DOWN presentation

Link copied to clipboard

Slide animation leftward off-screen

Link copied to clipboard

No animation - modal disappears instantly

Properties

Link copied to clipboard
val code: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.