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

Afficher le fichier Open project: SequencingDOTcom/Weather-My-Way-RTP-app

Méthodes publiques

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

Sends user push notification

Method Details

GetDeviceType() public abstract méthode

public abstract GetDeviceType ( ) : DeviceType
Résultat DeviceType

SendPushNotification() public abstract méthode

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