| CancelInGameNotification(string key) | Beamable.Api.Notification.NotificationService | inline |
| CancelLocalNotification(string key) | Beamable.Api.Notification.NotificationService | inline |
| CreateNotificationChannel(string id, string name, string description) | Beamable.Api.Notification.NotificationService | inline |
| InGameNotificationCB(string notificationKey, string message) (defined in Beamable.Api.Notification.NotificationService) | Beamable.Api.Notification.NotificationService | |
| MaxLocalNotifications (defined in Beamable.Api.Notification.NotificationService) | Beamable.Api.Notification.NotificationService | static |
| Publish(string name, object payload) | Beamable.Api.Notification.NotificationService | inline |
| RegisterForNotifications() | Beamable.Api.Notification.NotificationService | inline |
| RemoveAllInGameNotifications() (defined in Beamable.Api.Notification.NotificationService) | Beamable.Api.Notification.NotificationService | inline |
| ScheduleInGameNotification(string key, string message, TimeSpan timeFromNow, InGameNotificationCB callback) | Beamable.Api.Notification.NotificationService | inline |
| ScheduleLocalNotification(string channel, string key, int trackingId, string title, string message, TimeSpan timeFromNow, bool restrictTime, Dictionary< string, string > customData=null) | Beamable.Api.Notification.NotificationService | inline |
| Subscribe(string name, Action< object > callback) | Beamable.Api.Notification.NotificationService | inline |
| Subscribe< T >(string name, Action< T > callback) | Beamable.Api.Notification.NotificationService | inline |
| Unsubscribe(string name, Action< object > handler) | Beamable.Api.Notification.NotificationService | inline |
| Unsubscribe< T >(string name, Action< T > handler) | Beamable.Api.Notification.NotificationService | inline |
| Update() (defined in Beamable.Api.Notification.NotificationService) | Beamable.Api.Notification.NotificationService | inline |