mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
!wip
This commit is contained in:
parent
b0d229975b
commit
c370909619
13 changed files with 338 additions and 3 deletions
11
src/Ombi.Api.Notifications/IOneSignalApi.cs
Normal file
11
src/Ombi.Api.Notifications/IOneSignalApi.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Ombi.Api.Notifications.Models;
|
||||
|
||||
namespace Ombi.Api.Notifications
|
||||
{
|
||||
public interface IOneSignalApi
|
||||
{
|
||||
Task<OneSignalNotificationResponse> PushNotification(List<string> playerIds, string message);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue