PopupMessage
constructor(view: UIElement, alignV: AlignV, timeoutMs: Int, onClosed: (popup: PopupMessage) -> Unit? = null)
Parameters
view
the ui element to be shown
alignV
the vertical position to show the ui element
timeoutMs
the amount of time to show the ui element. null for infinite
onClosed
being called after the popup message has closed