staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.view.model.snapPlay
/
SnapPlayItem
Snap
Play
Item
android
data
class
SnapPlayItem
(
val
uid
:
String
,
val
cid
:
Int
,
val
attachments
:
List
<
Attachment
>
,
val
userId
:
Int
,
val
userName
:
String
,
val
userHeight
:
Int
,
val
userAge
:
Int
?
=
null
,
val
userImageUrl
:
String
,
val
labelName
:
String
,
val
shopName
:
String
?
,
val
isFavorite
:
Boolean
)
(
source
)
Members
Constructors
Snap
Play
Item
Link copied to clipboard
android
constructor
(
uid
:
String
,
cid
:
Int
,
attachments
:
List
<
Attachment
>
,
userId
:
Int
,
userName
:
String
,
userHeight
:
Int
,
userAge
:
Int
?
=
null
,
userImageUrl
:
String
,
labelName
:
String
,
shopName
:
String
?
,
isFavorite
:
Boolean
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
attachments
Link copied to clipboard
android
val
attachments
:
List
<
Attachment
>
cid
Link copied to clipboard
android
val
cid
:
Int
is
Favorite
Link copied to clipboard
android
val
isFavorite
:
Boolean
label
Name
Link copied to clipboard
android
val
labelName
:
String
shop
Name
Link copied to clipboard
android
val
shopName
:
String
?
uid
Link copied to clipboard
android
val
uid
:
String
user
Age
Link copied to clipboard
android
val
userAge
:
Int
?
=
null
user
Height
Link copied to clipboard
android
val
userHeight
:
Int
user
Id
Link copied to clipboard
android
val
userId
:
Int
user
Image
Url
Link copied to clipboard
android
val
userImageUrl
:
String
user
Name
Link copied to clipboard
android
val
userName
:
String