Class PushNotificationsService
The main entry point for the Push Notifications SDK
Inherited Members
Namespace: Unity.Services.PushNotifications
Assembly: Unity.Services.PushNotifications.dll
Syntax
public static class PushNotificationsService
Properties
Instance
Returns the instance of the Push Notifications SDK
Declaration
public static IPushNotificationsService Instance { get; }
Property Value
Type | Description |
---|---|
IPushNotificationsService |
Exceptions
Type | Condition |
---|---|
Exception | Thrown when the SDK hasn't been initialised |