ModalRichMediaPresentAnimationType

Defines animation types for presenting modal in-app messages.

Presentation animations create visual continuity and draw attention when modals appear. Different animations work better with different modal positions and content types.

See also

ModalRichmediaConfig#setPresentAnimationType(ModalRichMediaPresentAnimationType)

Entries

Link copied to clipboard

Smooth fade-in animation, ideal for professional and subtle presentations

Link copied to clipboard

Drop-down animation from top, ideal for notifications and alerts

Link copied to clipboard

Slide animation from the left side of the screen

Link copied to clipboard

Slide animation upward from the bottom, ideal for bottom-positioned modals

Link copied to clipboard

Slide animation from the right side of the screen

Link copied to clipboard

No animation - modal appears 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.