PlayMaker
Show native alerts (with optional text input) and date/time pickers.
Actions (2)
NativeUIShowAlert(buttons + optional single text input)NativeUIShowDatePicker(date/time picker)
Key patterns
NativeUIShowAlert:Configure buttons using
buttonLabels(array) and optionalcancelButtonLabel.Use
buttonClickedEventfor any non-cancel button, andcancelClickedEventfor cancel.Read
pressedButtonIndex,pressedButtonLabel, andenteredText(whenenableTextInput = true).
NativeUIShowDatePicker:Use
dateSelectedEvent/cancelledEvent.selectedDateis stored as UTC inFsmDateTime.
Use cases
Start here: use-cases/README.md
Last updated
Was this helpful?