Package-level declarations
Types
Link copied to clipboard
data class ButtonChat(val id: String?, val buttonType: String?, val languageCode: String?, val label: String = "", val value: String?, val index: Int?, val createdAt: String? = "", val updatedAt: String? = "", val isActive: Boolean = true, val hideOutsideBusinessHours: Boolean?, var clicked: Boolean = false, val context: Map<String, Any>? = null)
Represents a chat button in the Kindly SDK. Received via the KindlySDKInteraction.didPressButton callback.
Link copied to clipboard
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.