TCDigitalFlyer
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
TCDigitalFlyer
TCDigitalFlyer
/
com.tctranscontinental.android.digitalflyer
/
FilterOptions
Filter
Options
androidJvm
data
class
FilterOptions
(
val
text
:
String
?
=
null
,
val
saving
:
Int
?
=
null
,
val
category
:
List
<
String
>
?
=
null
,
val
subcategory
:
List
<
String
>
?
=
null
)
:
Parcelable
(
source
)
Members
Constructors
Filter
Options
Link copied to clipboard
androidJvm
constructor
(
text
:
String
?
=
null
,
saving
:
Int
?
=
null
,
category
:
List
<
String
>
?
=
null
,
subcategory
:
List
<
String
>
?
=
null
)
Properties
category
Link copied to clipboard
androidJvm
val
category
:
List
<
String
>
?
saving
Link copied to clipboard
androidJvm
val
saving
:
Int
?
subcategory
Link copied to clipboard
androidJvm
val
subcategory
:
List
<
String
>
?
text
Link copied to clipboard
androidJvm
val
text
:
String
?
Functions
describe
Contents
Link copied to clipboard
androidJvm
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
androidJvm
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)