C# Класс UnityPlatformWindowsPhone.WindowsPhonePushNotification

Наследование: Unity.Core.PushNotifications.AbstractPushNotification, IAppverseService
Показать файл Открыть проект

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

Метод Описание
RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : System.Threading.Tasks.Task
UnRegisterForRemoteNotifications ( ) : System.Threading.Tasks.Task
WindowsPhonePushNotification ( ) : System

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

Метод Описание
OnPushNotificationReceived ( Windows.Networking.PushNotifications.PushNotificationChannel sender, PushNotificationReceivedEventArgs args ) : void

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

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

public RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : System.Threading.Tasks.Task
senderId string
types RemoteNotificationType
Результат System.Threading.Tasks.Task

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

public UnRegisterForRemoteNotifications ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

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

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