C# 클래스 Sport.Service.Controllers.NotificationController

상속: ApiController
파일 보기 프로젝트 열기: xamarin/Sport

공개 메소드들

메소드 설명
NotifyByTag ( string message, string tag, Sport.Shared.NotificationPayload payload = null, int badgeCount = null ) : System.Threading.Tasks.Task
NotifyByTags ( string message, List tags, Sport.Shared.NotificationPayload payload = null, int badgeCount = null ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
Initialize ( System.Web.Http.Controllers.HttpControllerContext controllerContext ) : void

비공개 메소드들

메소드 설명
Delete ( string id ) : Task
RegisterWithHub ( Sport.Shared.DeviceRegistration deviceUpdate ) : Task
ReturnGoneIfHubResponseIsGone ( MessagingException e ) : void
SendTestPushNotification ( string athleteId ) : System.Threading.Tasks.Task

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( System.Web.Http.Controllers.HttpControllerContext controllerContext ) : void
controllerContext System.Web.Http.Controllers.HttpControllerContext
리턴 void

NotifyByTag() 공개 메소드

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
리턴 System.Threading.Tasks.Task

NotifyByTags() 공개 메소드

public NotifyByTags ( string message, List tags, Sport.Shared.NotificationPayload payload = null, int badgeCount = null ) : System.Threading.Tasks.Task
message string
tags List
payload Sport.Shared.NotificationPayload
badgeCount int
리턴 System.Threading.Tasks.Task