메소드 | 설명 | |
---|---|---|
PushNotificationSender ( ) : System | ||
PushNotificationSender ( string chanellURI ) : System | ||
PushNotificationSender ( string chanellURI, NotificationType type ) : System | ||
SendNotification ( string payload ) : void | ||
SendNotification ( string channelURI, string payload, NotificationType type = NotificationType.Raw ) : void |
메소드 | 설명 | |
---|---|---|
GetHeaderType ( NotificationType type ) : string | ||
HandleError ( HttpStatusCode errorCode, string channelURI, string payload ) : void | ||
OnAuthenticated ( ) : void | ||
SetHeaders ( NotificationType type, |
||
StoreNotificationForSending ( string channelURI, string payload ) : void |
public PushNotificationSender ( string chanellURI ) : System | ||
chanellURI | string | |
리턴 | System |
public PushNotificationSender ( string chanellURI, NotificationType type ) : System | ||
chanellURI | string | |
type | NotificationType | |
리턴 | System |
public SendNotification ( string channelURI, string payload, NotificationType type = NotificationType.Raw ) : void | ||
channelURI | string | |
payload | string | |
type | NotificationType | |
리턴 | void |