onQuickReply

abstract suspend fun onQuickReply(id: MessagingAppService.MessageStackNotificationId, contentText: String)

Initiate a quick reply with the specified contentText to the sender of the message stack notification with the specified id.

Parameters

id

The ID of the notification.

contentText

The content of the reply message.