Package-level declarations

Types

Link copied to clipboard

This class provides utility functions related to push notifications, such as methods for registration, unregistration, and storage and retrieval of push notification registration information from a private shared preference file.

Link copied to clipboard

This interface represents the App's push notification implementation.

Link copied to clipboard
open class PushService

Provides a default implementation of push notifications registration and receipt features using the Salesforce connected app endpoint.

Link copied to clipboard

Models the content of a Salesforce actionable notification. See https://salesforce.quip.com/rpfRAi91OHI2 TODO: Replace the documentation link with the final documentation. ECJ20250320

Link copied to clipboard
open class SFDCFcmListenerService : FirebaseMessagingService
This class is called when a message is received or the token changes.