mobileToast

Typehandler
Dictionarylibrary.toast
LibraryToast Notification Library
Syntax
mobileToast(<pMessage>,<pDuration>)
Associationscom.livecode.library.toast
Summary

Display a toast notification

OSandroid
Parameters
NameTypeDescription
pMessage

The message to display

pDuration

The duration of the notification. Either a positive integer, the string "long" or the string "short".

Example
mobileToast "Hello, I am a toast!", "short"
Description

Use the mobileToast handler to display a temporary non-modal notification with a specified message, for the given duration.