RegistrationManager
Package: com.salesforce.marketingcloud.mobileappmessaging.registration
Platform: androidJvm
SDK Version: 11.0.0
An interface that manages device registration data within the MobileAppMessaging module.
This interface provides access to device registration details, party identification information, and event notifications for registration updates. It serves as the primary API for registration-related operations.
A functional interface for listening to registration events.
Retrieves the device identifier.
Returns: A String containing the device ID.
Registers a listener to receive registration update events.
Parameters:
listener- TheRegistrationEventListenerto register for receiving events.
Removes a previously registered listener.
Parameters:
listener- TheRegistrationEventListenerto unregister from receiving events.