toggle menu
kindlysdk
main
switch theme
search in API
kindlysdk
/
no.kindly.chatsdk.chat.common
Package-level
declarations
Types
Functions
Properties
Types
Kindly
SDKInteraction
Link copied to clipboard
interface
KindlySDKInteraction
Properties
color
List
Link copied to clipboard
val
colorList
:
Map
<
ItemColor
,
Color
>
Default color list
Functions
email
To
Link copied to clipboard
fun
Context
.
emailTo
(
email
:
String
,
subject
:
String
?
=
null
,
content
:
String
?
=
null
)
Context extension for sending and email
show
Toast
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
)