Package-level declarations

Types

Link copied to clipboard

Callback interface for handover events. Implement this and pass to ChatKindlySDK.callHandover to be notified when a handover to a human agent is ready.

Link copied to clipboard

Interface for receiving button press and link interception callbacks from the Kindly SDK. Set via ChatKindlySDK.interface to start receiving events.

Link copied to clipboard

Properties

Link copied to clipboard
val colorList: Map<ItemColor, Color>

Default color list

Functions

Link copied to clipboard
fun Context.emailTo(email: String, subject: String? = null, content: String? = null)

Context extension for sending and email

Link copied to clipboard
fun Context.showToast(@StringRes content: Int, length: Int? = null)

Context extension for showing toast

fun Context.showToast(content: String, length: Int? = null)