Expand description
Nested message and enum types in Action
.
Structs§
- List of string parameters to supply when the action method is invoked. For example, consider three snooze buttons: snooze now, snooze one day, or snooze next week. You might use
action method = snooze()
, passing the snooze type and snooze time in the list of string parameters.
Enums§
- Optional. Required when opening a dialog.
- Specifies the loading indicator that the action displays while making the call to the action.