actions property

An array of actions to display in the notification. Appropriate responses are built using event.action within the notificationclick event.

Implementation

external List<ShowNotificationAction> get actions;
set actions (List<ShowNotificationAction> v)

Implementation

external set actions(List<ShowNotificationAction> v);