ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoVO
/
ContentConfig
/
CommentsConfig
Comments
Config
@
JsonClass
(
generateAdapter
=
true
)
data
class
CommentsConfig
(
val
allowComments
:
Boolean
?
,
val
allowPhotos
:
Boolean
?
,
val
allowVideos
:
Boolean
?
,
val
isDisplayable
:
Boolean
?
,
val
isModerated
:
Boolean
?
,
val
max
:
Int
?
,
val
period
:
Int
?
,
val
source
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Comments
Config
Link copied to clipboard
fun
CommentsConfig
(
allowComments
:
Boolean
?
,
allowPhotos
:
Boolean
?
,
allowVideos
:
Boolean
?
,
isDisplayable
:
Boolean
?
,
isModerated
:
Boolean
?
,
max
:
Int
?
,
period
:
Int
?
,
source
:
String
?
)
Content copied to clipboard
Properties
allow
Comments
Link copied to clipboard
val
allowComments
:
Boolean
?
Content copied to clipboard
allow
Photos
Link copied to clipboard
val
allowPhotos
:
Boolean
?
Content copied to clipboard
allow
Videos
Link copied to clipboard
val
allowVideos
:
Boolean
?
Content copied to clipboard
is
Displayable
Link copied to clipboard
val
isDisplayable
:
Boolean
?
Content copied to clipboard
is
Moderated
Link copied to clipboard
val
isModerated
:
Boolean
?
Content copied to clipboard
max
Link copied to clipboard
val
max
:
Int
?
Content copied to clipboard
period
Link copied to clipboard
val
period
:
Int
?
Content copied to clipboard
source
Link copied to clipboard
val
source
:
String
?
Content copied to clipboard