BGPRegistrationInfo

data class BGPRegistrationInfo(val projectId: String, val pushToken: String, val uuid: String, val platform: BGPRegistrationInfoType) : Parcelable

Constructors

Link copied to clipboard
constructor(projectId: String, pushToken: String, uuid: String, platform: BGPRegistrationInfoType)

Properties

Link copied to clipboard
Link copied to clipboard

Firebase projectId

Link copied to clipboard

Firebase token

Link copied to clipboard

SDK generated UUID

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)