RegistrationManager

Types

Link copied to clipboard
interface Editor
This class handles the setting of customer configurable values in the SDK.
Link copied to clipboard

Functions

Link copied to clipboard
Returns an instance of Editor which can be used to update the SDK's configurable values like contactKey, attributes or tags.
Link copied to clipboard
Getter for attributes map.
Link copied to clipboard
abstract fun getContactKey(): String
Getter for contactKey, formerly known as SubscriberKey in the SDK.
Link copied to clipboard
abstract fun getDeviceId(): String
Getter for the running device's unique identifier.
Link copied to clipboard
Getter for "Signed String"
Link copied to clipboard
Getter for Google's Push Notification Token
Link copied to clipboard
abstract fun getTags(): Set<String>
Getter for tags
Link copied to clipboard
Register a registrationEventListener that will be notified when Registration related events happen.