toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.notification
/
BGPNotificationCount
BGPNotification
Count
data
class
BGPNotificationCount
(
val
read
:
Int
,
val
toRead
:
Int
)
:
Parcelable
Members
Constructors
BGPNotification
Count
Link copied to clipboard
constructor
(
read
:
Int
,
toRead
:
Int
)
Properties
read
Link copied to clipboard
val
read
:
Int
to
Read
Link copied to clipboard
val
toRead
:
Int
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
)