BatchPushRegistration

Class holding the push registration information.

Constructors

Link copied to clipboard
constructor(@NonNull provider: String, @NonNull registrationID: String, @Nullable senderID: String, @Nullable gcpProjectID: String)

Properties

Link copied to clipboard
The GCP Project ID.
Link copied to clipboard
The Push registration provider.
Link copied to clipboard
The Sender ID of the provider, or equivalent.

Functions

Link copied to clipboard
open fun getToken(): String
Get the registration Push Token (also known as registration id).