Method | Description | |
---|---|---|
NotifyByTag ( string message, string tag, Sport.Shared.NotificationPayload payload = null, int badgeCount = null ) : System.Threading.Tasks.Task | ||
NotifyByTags ( string message, List |
Method | Description | |
---|---|---|
Initialize ( System.Web.Http.Controllers.HttpControllerContext controllerContext ) : void |
Method | Description | |
---|---|---|
Delete ( string id ) : Task |
||
RegisterWithHub ( Sport.Shared.DeviceRegistration deviceUpdate ) : Task |
||
ReturnGoneIfHubResponseIsGone ( MessagingException e ) : void | ||
SendTestPushNotification ( string athleteId ) : System.Threading.Tasks.Task |
protected Initialize ( System.Web.Http.Controllers.HttpControllerContext controllerContext ) : void | ||
controllerContext | System.Web.Http.Controllers.HttpControllerContext | |
return | void |
public NotifyByTag ( string message, string tag, Sport.Shared.NotificationPayload payload = null, int badgeCount = null ) : System.Threading.Tasks.Task | ||
message | string | |
tag | string | |
payload | Sport.Shared.NotificationPayload | |
badgeCount | int | |
return | System.Threading.Tasks.Task |
public NotifyByTags ( string message, List |
||
message | string | |
tags | List |
|
payload | Sport.Shared.NotificationPayload | |
badgeCount | int | |
return | System.Threading.Tasks.Task |