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.domain.model
/
SnapPlayFilterParams
Snap
Play
Filter
Params
android
data
class
SnapPlayFilterParams
(
val
tag
:
String
?
=
null
,
val
userId
:
String
?
=
null
,
val
userName
:
String
?
=
null
,
val
labelId
:
String
?
=
null
,
val
baseProductCode
:
String
?
=
null
)
(
source
)
Members
Constructors
Snap
Play
Filter
Params
Link copied to clipboard
android
constructor
(
tag
:
String
?
=
null
,
userId
:
String
?
=
null
,
userName
:
String
?
=
null
,
labelId
:
String
?
=
null
,
baseProductCode
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
base
Product
Code
Link copied to clipboard
android
val
baseProductCode
:
String
?
=
null
is
Empty
Link copied to clipboard
android
val
isEmpty
:
Boolean
is
Not
Empty
Link copied to clipboard
android
val
isNotEmpty
:
Boolean
label
Id
Link copied to clipboard
android
val
labelId
:
String
?
=
null
tag
Link copied to clipboard
android
val
tag
:
String
?
=
null
user
Id
Link copied to clipboard
android
val
userId
:
String
?
=
null
user
Name
Link copied to clipboard
android
val
userName
:
String
?
=
null
Functions
to
Map
Link copied to clipboard
android
fun
toMap
(
)
:
Map
<
String
,
String
>