KitChatConfiguration
Class that contains configuration parameters that change user experience.
Constructors
KitChatConfiguration
fun KitChatConfiguration(imageAutoDownloadThreshold: Long
):
Parameters
imageAutoDownloadThreshold:
Long
Maximum size of an image attachment in bytes for automatic download. Default value is 3_000_000.
Props
imageAutoDownloadThreshold
val imageAutoDownloadThreshold: Long
Maximum size of an image attachment in bytes for automatic download. Default value is 3_000_000.
Returns
type:
Long