Is it possible to suppress certain local notification actions from showing up on the watch's dynamic notification interface?
For example, I am working on an app that can send/receive calls. It has a local notification category 'incoming call' that has actions 'decline' & 'answer' call. I would like to only show 'decline' on the Apple watch.
NOTE: I would love to be able to answer the call but, as far as I know, it isn't possible to do like the native phone app. I tried handoff but that is quite clumsy for this action.