Beamable SDK
Core.Platform.SDK.Notification.NotificationService Member List

This is the complete list of members for Core.Platform.SDK.Notification.NotificationService, including all inherited members.

CancelInGameNotification(string key)Core.Platform.SDK.Notification.NotificationServiceinline
CancelLocalNotification(string key)Core.Platform.SDK.Notification.NotificationServiceinline
CreateNotificationChannel(string id, string name, string description)Core.Platform.SDK.Notification.NotificationServiceinline
InGameNotificationCB(string notificationKey, string message) (defined in Core.Platform.SDK.Notification.NotificationService)Core.Platform.SDK.Notification.NotificationService
MaxLocalNotifications (defined in Core.Platform.SDK.Notification.NotificationService)Core.Platform.SDK.Notification.NotificationServicestatic
Publish(string name, object payload)Core.Platform.SDK.Notification.NotificationServiceinline
RegisterForNotifications(PlatformService platform)Core.Platform.SDK.Notification.NotificationServiceinline
RemoveAllInGameNotifications() (defined in Core.Platform.SDK.Notification.NotificationService)Core.Platform.SDK.Notification.NotificationServiceinline
ScheduleInGameNotification(string key, string message, TimeSpan timeFromNow, InGameNotificationCB callback)Core.Platform.SDK.Notification.NotificationServiceinline
ScheduleLocalNotification(string channel, string key, int trackingId, string title, string message, TimeSpan timeFromNow, bool restrictTime, Dictionary< string, string > customData=null)Core.Platform.SDK.Notification.NotificationServiceinline
Subscribe(string name, Action< object > callback)Core.Platform.SDK.Notification.NotificationServiceinline
Unsubscribe(string name, Action< object > handler) (defined in Core.Platform.SDK.Notification.NotificationService)Core.Platform.SDK.Notification.NotificationServiceinline
Update() (defined in Core.Platform.SDK.Notification.NotificationService)Core.Platform.SDK.Notification.NotificationServiceinline