PushService
Provides a default implementation of push notifications registration and receipt features using the Salesforce connected app endpoint.
Author
bhariharan
ktanna
Eric C. Johnson (Johnson.Eric>@Salesforce.com)
Types
Link copied to clipboard
enum PushNotificationForegroundRegistrationMode : Enum<PushService.PushNotificationForegroundRegistrationMode>
Controls which users are re-registered for push notifications when the app returns to the foreground. Only applies when pushNotificationsRegistrationType is PushNotificationReRegistrationType.ReRegistrationOnAppForeground.
Link copied to clipboard
Functions
Link copied to clipboard
fun performRegistrationChange(register: Boolean, userAccount: UserAccount, restClient: RestClient? = getRestClient(userAccount))