External Notification
data class ExternalNotification(val id: String, val title: String, val body: String, val data: Map<String, String>)
A decrypted Kindly notification passed to the host app via no.kindly.chatsdk.chat.common.KindlySDKInteraction.shouldHandleNotification.
Forwarded for every Kindly silent push received and successfully decrypted, regardless of app state or which screen is on top. Use the host callback to take over the presentation of the notification; otherwise the SDK presents it itself.