C# Класс Sequencing.WeatherApp.Controllers.PushNotification.PushMessageSender

Показать файл Открыть проект

Открытые методы

Метод Описание
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