MessagingAppService
Service responsible for maintaining all state and business logic for the messaging frontend. Note that this means that its API is tightly couple with StockMessagingFrontend.
The basic concept is that a MessageStackNotifcation in this service is one-to-one reflected by a MessageStackNotificationPanel on the frontend. All immediate state of the panel is directly described by the MessageStackNotifcation, without any logic being needed inside the frontend.
Functions
Initiate a call to the sender of the message stack notification with the specified id.
Indicates that the message notification with the specified id was dismissed.
Indicates that the message notification with the specified id is presented.
Initiate a quick reply with the specified contentText to the sender of the message stack notification with the specified id.
Start playback for message stack notification with the specified id.
Stop playback for message stack notification with the specified id.