C# Class Sequencing.WeatherApp.Controllers.PushNotification.IosPushMessageSender

Inheritance: PushMessageSender
Show file Open project: SequencingDOTcom/Weather-My-Way-RTP-app

Public Properties

Property Type Description
logger log4net.ILog

Public Methods

Method Description
GetDeviceType ( ) : DeviceType
IosPushMessageSender ( ApplicationType appType ) : System
SendPushNotification ( string token, string message, System.Int64 userId ) : void

Private Methods

Method Description
CheckAndRemoveExpiredToken ( ) : void
SetUpFeedbackServiceTimer ( System.Int64 delayInHours ) : void

Method Details

GetDeviceType() public method

public GetDeviceType ( ) : DeviceType
return DeviceType

IosPushMessageSender() public method

public IosPushMessageSender ( ApplicationType appType ) : System
appType ApplicationType
return System

SendPushNotification() public method

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

Property Details

logger public property

public ILog,log4net logger
return log4net.ILog