Namespace Unity.Services.PushNotifications
Classes
PushNotificationSettings
A class for configuring the Push Notifications SDK.
Some of the fields in this class are platform specific, and are prefixed with the platform they relate to. However, it is not required to use a separate settings object on each platform, as the SDK will automatically only retrieve settings for the platform it is running on.
PushNotificationsService
The main entry point for the Push Notifications SDK
Interfaces
IPushNotificationsAnalytics
This interface is no longer required. Notification events are recorded for you automatically when you register for push notifications using RegisterForPushNotificationsAsync.
IPushNotificationsService
Interface representing a collection of methods to interact with the Push Notifications service.