I am trying to figure out how to add multiple action buttons to local notifications. I have read the ngCordova local notification docs but it does not seem to be available. I am looking for the equivalent of multiple ion-option-buttons on an ion-item but for a lock screen notification. I think ios calls these interactive local notifications and notification actions.
As an example left swiping on GMail notification on the ios lock screen shows the cancel "X" along with buttons for "Reply" and "Archive".
Thanks in advance.