Method | Description | |
---|---|---|
PushSharpPushService ( IDeviceRepository deviceRepository, ILogger |
||
PushSyncCipherCreateAsync ( Cipher cipher ) : System.Threading.Tasks.Task | ||
PushSyncCipherDeleteAsync ( Cipher cipher ) : System.Threading.Tasks.Task | ||
PushSyncCipherUpdateAsync ( Cipher cipher ) : System.Threading.Tasks.Task | ||
PushSyncCiphersAsync ( System.Guid userId ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
ApnsBroker_OnNotificationFailed ( PushSharp.Apple.ApnsNotification notification, |
||
FeedbackService_FeedbackReceived ( string deviceToken, System.DateTime timestamp ) : void | ||
GcmBroker_OnNotificationFailed ( PushSharp.Google.GcmNotification notification, |
||
GetCertificate ( string thumbprint ) : |
||
InitApnsBroker ( GlobalSettings globalSettings, IHostingEnvironment hostingEnvironment ) : void | ||
InitGcmBroker ( GlobalSettings globalSettings ) : void | ||
PushCipherAsync ( Cipher cipher, PushType type ) : System.Threading.Tasks.Task | ||
PushToAllUserDevicesAsync ( System.Guid userId, Newtonsoft.Json.Linq.JObject message, IEnumerable |
public PushSharpPushService ( IDeviceRepository deviceRepository, ILogger |
||
deviceRepository | IDeviceRepository | |
logger | ILogger |
|
currentContext | CurrentContext | |
hostingEnvironment | IHostingEnvironment | |
globalSettings | GlobalSettings | |
return | System |
public PushSyncCipherCreateAsync ( Cipher cipher ) : System.Threading.Tasks.Task | ||
cipher | Cipher | |
return | System.Threading.Tasks.Task |
public PushSyncCipherDeleteAsync ( Cipher cipher ) : System.Threading.Tasks.Task | ||
cipher | Cipher | |
return | System.Threading.Tasks.Task |
public PushSyncCipherUpdateAsync ( Cipher cipher ) : System.Threading.Tasks.Task | ||
cipher | Cipher | |
return | System.Threading.Tasks.Task |
public PushSyncCiphersAsync ( System.Guid userId ) : System.Threading.Tasks.Task | ||
userId | System.Guid | |
return | System.Threading.Tasks.Task |