kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity.settings
/
ComplianceSettingsForLanguageSDK
Compliance
Settings
For
Language
SDK
@
Serializable
data
class
ComplianceSettingsForLanguageSDK
(
val
enabled
:
Boolean
?
,
val
requireAgreement
:
Boolean
?
,
val
descriptionTextHtml
:
String
?
,
val
buttonText
:
String
?
,
val
acceptanceText
:
String
?
,
val
revokePermissionText
:
String
?
,
val
accessRequestText
:
String
?
)
Members
Constructors
Compliance
Settings
For
Language
SDK
Link copied to clipboard
constructor
(
enabled
:
Boolean
?
,
requireAgreement
:
Boolean
?
,
descriptionTextHtml
:
String
?
,
buttonText
:
String
?
,
acceptanceText
:
String
?
,
revokePermissionText
:
String
?
,
accessRequestText
:
String
?
)
Properties
acceptance
Text
Link copied to clipboard
@
SerialName
(
value
=
"acceptance_text"
)
val
acceptanceText
:
String
?
access
Request
Text
Link copied to clipboard
@
SerialName
(
value
=
"access_request_text"
)
val
accessRequestText
:
String
?
button
Text
Link copied to clipboard
@
SerialName
(
value
=
"button_text"
)
val
buttonText
:
String
?
description
Text
Html
Link copied to clipboard
@
SerialName
(
value
=
"description_text_html"
)
val
descriptionTextHtml
:
String
?
enabled
Link copied to clipboard
val
enabled
:
Boolean
?
require
Agreement
Link copied to clipboard
@
SerialName
(
value
=
"require_agreement"
)
val
requireAgreement
:
Boolean
?
revoke
Permission
Text
Link copied to clipboard
@
SerialName
(
value
=
"revoke_permission_text"
)
val
revokePermissionText
:
String
?