This commit is contained in:
13
Yavsc/Services/IGoogleCloudMessageSender.cs
Normal file
13
Yavsc/Services/IGoogleCloudMessageSender.cs
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Yavsc.Models.Google.Messaging;
|
||||
using Yavsc.Models.Messaging;
|
||||
|
||||
namespace Yavsc.Services
|
||||
{
|
||||
public interface IGoogleCloudMessageSender
|
||||
{
|
||||
Task<MessageWithPayloadResponse> NotifyAsync(GoogleAuthSettings googlesettings, IEnumerable<string> registrationId, YaEvent ev);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user