Namespace NotificationSamples
Classes
DefaultSerializer
Standard serializer used by the GameNotificationsManager if no others are provided. Saves a simple binary format.
GameNotificationsManager
Global notifications manager that serves as a wrapper for multiple platforms' notification systems.
PendingNotification
Represents a notification that was scheduled with ScheduleNotification(IGameNotification).
Structs
GameNotificationChannel
Cross-platform wrapper to represent channels for notifications.
Interfaces
IGameNotification
Represents a notification that will be delivered for this application.
IGameNotificationsPlatform
Any type that handles notifications for a specific game platform
IGameNotificationsPlatform<TNotificationType>
Any type that handles notifications for a specific game platform.
IPendingNotificationsSerializer
Responsible for the serialization and deserialization of pending notifications for a GameNotificationsManager that is in RescheduleAfterClearing mode.
Enums
GameNotificationChannel.NotificationStyle
The style of notification shown for this channel. Corresponds to the Importance setting of an Android notification, and do nothing on iOS.
GameNotificationChannel.PrivacyMode
Controls how notifications display on the device lock screen.