toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.notification
/
UpdateNotificationResponse
Update
Notification
Response
data
class
UpdateNotificationResponse
(
val
notifications
:
List
<
BGPNotification
>
?
,
val
count
:
BGPNotificationCount
?
)
:
Parcelable
Members
Constructors
Update
Notification
Response
Link copied to clipboard
constructor
(
notifications
:
List
<
BGPNotification
>
?
,
count
:
BGPNotificationCount
?
)
Properties
count
Link copied to clipboard
val
count
:
BGPNotificationCount
?
notifications
Link copied to clipboard
val
notifications
:
List
<
BGPNotification
>
?
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
)