Beamable SDK
Beamable.Api.Notification.NotificationService Member List

This is the complete list of members for Beamable.Api.Notification.NotificationService, including all inherited members.

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