toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.notification
/
BGPRegistrationInfo
BGPRegistration
Info
data
class
BGPRegistrationInfo
(
val
projectId
:
String
,
val
pushToken
:
String
,
val
uuid
:
String
,
val
platform
:
BGPRegistrationInfoType
)
:
Parcelable
Members
Constructors
BGPRegistration
Info
Link copied to clipboard
constructor
(
projectId
:
String
,
pushToken
:
String
,
uuid
:
String
,
platform
:
BGPRegistrationInfoType
)
Properties
platform
Link copied to clipboard
val
platform
:
BGPRegistrationInfoType
ANDROID
project
Id
Link copied to clipboard
val
projectId
:
String
Firebase projectId
push
Token
Link copied to clipboard
val
pushToken
:
String
Firebase token
uuid
Link copied to clipboard
val
uuid
:
String
SDK generated UUID
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
)