C# 클래스 Sequencing.WeatherApp.Controllers.PushNotification.IosPushMessageSender

상속: PushMessageSender
파일 보기 프로젝트 열기: SequencingDOTcom/Weather-My-Way-RTP-app

공개 프로퍼티들

프로퍼티 타입 설명
logger log4net.ILog

공개 메소드들

메소드 설명
GetDeviceType ( ) : DeviceType
IosPushMessageSender ( ApplicationType appType ) : System
SendPushNotification ( string token, string message, System.Int64 userId ) : void

비공개 메소드들

메소드 설명
CheckAndRemoveExpiredToken ( ) : void
SetUpFeedbackServiceTimer ( System.Int64 delayInHours ) : void

메소드 상세

GetDeviceType() 공개 메소드

public GetDeviceType ( ) : DeviceType
리턴 DeviceType

IosPushMessageSender() 공개 메소드

public IosPushMessageSender ( ApplicationType appType ) : System
appType ApplicationType
리턴 System

SendPushNotification() 공개 메소드

public SendPushNotification ( string token, string message, System.Int64 userId ) : void
token string
message string
userId System.Int64
리턴 void

프로퍼티 상세

logger 공개적으로 프로퍼티

public ILog,log4net logger
리턴 log4net.ILog