Added rich notifications for mobile

This commit is contained in:
Jamie 2018-08-13 00:49:02 +01:00
parent 505bd06035
commit b7c0c07534
4 changed files with 34 additions and 19 deletions

View file

@ -6,6 +6,6 @@ namespace Ombi.Api.Notifications
{
public interface IOneSignalApi
{
Task<OneSignalNotificationResponse> PushNotification(List<string> playerIds, string message);
Task<OneSignalNotificationResponse> PushNotification(List<string> playerIds, string message, bool isAdminNotification, int requestId, int requestType);
}
}