
A notifier is a non-visible component that can show various kinds of alerts and can log information. Use a notifier to display notices and alerts to users of your app, and also to log information that can help you debug your app.
none
AfterChoosing(Text choice)AfterTextInput(Text response)ShowMessageDialog(Text message, Text title, Text buttonText)ShowChooseDialog(Text message, Text title, Text button1Text, Text button2Text, boolean cancelable)ShowTextDialog(Text message, Text title, boolean cancelable)ShowAlert(Text message)LogError(Text message)LogInfo(Text message)LogWarning(Text message)