Beamable SDK
|
This is the complete list of members for Beamable.Common.Api.Notifications.INotificationService, including all inherited members.
CreateNotificationChannel(string id, string name, string description) | Beamable.Common.Api.Notifications.INotificationService | |
Publish(string name, object payload) | Beamable.Common.Api.Notifications.INotificationService | |
RegisterForNotifications() | Beamable.Common.Api.Notifications.INotificationService | |
ScheduleLocalNotification(string channel, string key, int trackingId, string title, string message, TimeSpan timeFromNow, bool restrictTime, Dictionary< string, string > customData=null) | Beamable.Common.Api.Notifications.INotificationService | |
Subscribe(string name, Action< object > callback) | Beamable.Common.Api.Notifications.INotificationService | |
Subscribe< T >(string name, Action< T > callback) | Beamable.Common.Api.Notifications.INotificationService | |
Unsubscribe(string name, Action< object > handler) | Beamable.Common.Api.Notifications.INotificationService | |
Unsubscribe< T >(string name, Action< T > handler) | Beamable.Common.Api.Notifications.INotificationService |