toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.profile
/
ProfileAction
Profile
Action
data
class
ProfileAction
(
val
profileId
:
String
,
val
profileFilter
:
List
<
ProfileFilter
>
?
=
null
)
:
Parcelable
Members
Constructors
Profile
Action
Link copied to clipboard
constructor
(
profileId
:
String
,
profileFilter
:
List
<
ProfileFilter
>
?
=
null
)
Properties
profile
Filter
Link copied to clipboard
val
profileFilter
:
List
<
ProfileFilter
>
?
=
null
profile
Id
Link copied to clipboard
val
profileId
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)