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
/
FreeFormSDK
Free
Form
SDK
@
Serializable
data
class
FreeFormSDK
(
val
title
:
String
?
,
val
enableStep
:
Boolean
?
,
val
placeholder
:
String
?
)
Members
Constructors
Free
Form
SDK
Link copied to clipboard
constructor
(
title
:
String
?
,
enableStep
:
Boolean
?
,
placeholder
:
String
?
)
Properties
accessibility
Id
Link copied to clipboard
val
accessibilityId
:
String
Generates a unique accessibility identifier for Appium automation Format: free_form_
title
enable
Step
Link copied to clipboard
@
SerialName
(
value
=
"enable_step"
)
val
enableStep
:
Boolean
?
placeholder
Link copied to clipboard
val
placeholder
:
String
?
title
Link copied to clipboard
val
title
:
String
?