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

Inheritance: PushMessageSender
ファイルを表示 Open project: SequencingDOTcom/Weather-My-Way-RTP-app

Public Methods

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

Method Details

AndroidPushMessageSender() public method

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

GetDeviceType() public method

public GetDeviceType ( ) : DeviceType
return DeviceType

SendPushNotification() public method

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