Class | Description |
---|---|
EpiMessagingService | |
EpiSdk |
This class contains all important Episerver SDK methods, e.g.
|
PushMessage |
This class represents the message containing all values received via push transfer.
|
PushNotificationClickedActivity |
This class represents the entry point for the click on the notification.
|
PushNotificationReceiver |
This class handles clicks on a notification received by
PushNotificationClickedActivity
while the application is in the background as well as notifications received directly by the
application via EpiMessagingService.onMessageReceived(RemoteMessage) . |
RestApiService |
This class represents an
IntentService to call the Episerver push API. |
TrackingUrlService |
This class handles the tracking of push messages by calling a tracking URL.
|