Popup Message
open class PopupMessage(val view: UIElement, val alignV: AlignV, val timeoutMs: Int, val onClosed: (popup: PopupMessage) -> Unit? = null)
A popup message information to be used with the [UIKit.app.Screen.showPopup method
Parameters
view
the ui element to be shown
align V
the vertical position to show the ui element
timeout Ms
the amount of time to show the ui element. null for infinite
on Closed
being called after the popup message has closed
See also
Constructors
Link copied to clipboard
constructor(view: UIElement, alignV: AlignV, timeoutMs: Int, onClosed: (popup: PopupMessage) -> Unit? = null)
Functions
Properties
Link copied to clipboard
enter animation duration in milliseconds
Link copied to clipboard
exit animation duration in milliseconds
Link copied to clipboard
vertical margin in pixels from the top/bottom, according to alignV
Link copied to clipboard