C# Класс PushSample7_0.Services.PushNotificationService

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetPushSubscription ( Settings _latestSettings ) : void
PushNotificationService ( ) : System

Приватные методы

Метод Описание
BindNotifications ( HttpNotificationChannel _thisChannel ) : void
DoSettingsMatch ( Settings _newSettings, Settings _oldSettings ) : bool
RaiseGotPushUri ( Uri _latestUri ) : void
UnbindAndResetPush ( ) : void
_notificationChannel_ChannelUriUpdated ( object sender, NotificationChannelUriEventArgs e ) : void
_notificationChannel_ErrorOccurred ( object sender, NotificationChannelErrorEventArgs e ) : void
_notificationChannel_HttpNotificationReceived ( object sender, HttpNotificationEventArgs e ) : void

Описание методов

GetPushSubscription() публичный Метод

public GetPushSubscription ( Settings _latestSettings ) : void
_latestSettings PushSample7_0.Model.Settings
Результат void

PushNotificationService() публичный Метод

public PushNotificationService ( ) : System
Результат System