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

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

공개 메소드들

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

Sends user push notification

메소드 상세

GetDeviceType() 공개 추상적인 메소드

public abstract GetDeviceType ( ) : DeviceType
리턴 DeviceType

SendPushNotification() 공개 추상적인 메소드

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