Batch Android SDK
Toggle table of contents
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Batch Android SDK
Batch Android SDK
/
com.batch.android
/
BatchPushRegistration
Batch
Push
Registration
open
class
BatchPushRegistration
Class holding the push registration information.
Members
Constructors
Batch
Push
Registration
Link copied to clipboard
constructor
(
@
NonNull
provider
:
String
,
@
NonNull
registrationID
:
String
,
@
Nullable
senderID
:
String
,
@
Nullable
gcpProjectID
:
String
)
Properties
gcp
Project
ID
Link copied to clipboard
@
Nullable
@get:
Nullable
val
gcpProjectID
:
String
The GCP Project ID.
provider
Link copied to clipboard
@
NonNull
@get:
NonNull
val
provider
:
String
The Push registration provider.
sender
ID
Link copied to clipboard
@
Nullable
@get:
Nullable
val
senderID
:
String
The Sender ID of the provider, or equivalent.
Functions
get
Token
Link copied to clipboard
@
NonNull
open
fun
getToken
(
)
:
String
Get the registration Push Token (also known as registration id).