MobilePopupMessage

From Xojo Documentation

Class (inherits from Object)


New in 2020r2

Displays a message for a period of time before automatically disappearing.

Enumerations
Durations
Shared Methods
Show

Sample Code

Var msg As New MobilePopupMessage
msg.Show("Your message has been sent.")

Compatibility

iOS project types on iOS and iPadOS.

See Also

MessageBox method, MobileMessageBox class.