toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.notification
/
BGPNotificationMessage
BGPNotification
Message
data
class
BGPNotificationMessage
(
val
title
:
String
,
val
body
:
String
,
val
icon
:
String
)
:
Parcelable
Members
Constructors
BGPNotification
Message
Link copied to clipboard
constructor
(
title
:
String
,
body
:
String
,
icon
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
icon
Link copied to clipboard
val
icon
:
String
title
Link copied to clipboard
val
title
:
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
)