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

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

Public Methods

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

Sends user push notification

Method Details

GetDeviceType() public abstract method

public abstract GetDeviceType ( ) : DeviceType
return DeviceType

SendPushNotification() public abstract method

Sends user push notification
public abstract SendPushNotification ( string token, string message, System.Int64 userId ) : void
token string
message string
userId System.Int64
return void