Not at the moment. However, you can achieve this effect in the following way:
- post a notification on the phone with
setLocalOnly(true)
- post a
DataItem
using a DataAPI
that describes the notification and changed text
- when the wearable receives the
DataItem
, post the notification with different text, again setting setLocalOnly(true)
- on each notification alse call
setDeleteIntent
so you know, when there are dismissed
- when on of the notifications gets dismissed, delte the
DataItem
from point 2.
- when the
DataItem
gets deleted, you will receive a callback; delete the remaining notification
There might be some corner cases here I don't see immediately, but the general approach should allow you to achieve what you want.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…