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(PlatformService platform) | 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 |
Unsubscribe(string name, Action< object > handler) (defined in Beamable.Api.Notification.NotificationService) | Beamable.Api.Notification.NotificationService | inline |
Update() (defined in Beamable.Api.Notification.NotificationService) | Beamable.Api.Notification.NotificationService | inline |