STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.mybusiness.model.form
/
SelectorOptionItem
Selector
Option
Item
class
SelectorOptionItem
:
Parcelable
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Selector
Option
Item
Link copied to clipboard
fun
SelectorOptionItem
(
json
:
JSONObject
)
Content copied to clipboard
Json sample: { "uuid": "cbef7f74-499c-11e6-beb8-9e71128cae77", "label": "Male", "selected": true },
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
SelectorOptionItem
>
Content copied to clipboard
Properties
isDefaultSelected
Link copied to clipboard
val
isDefaultSelected
:
Boolean
=
false
Content copied to clipboard
label
Link copied to clipboard
val
label
:
String
Content copied to clipboard
uuid
Link copied to clipboard
val
uuid
:
String
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)
Content copied to clipboard