C# Класс Appverse.Platform.IPhone.IPhonePushNotifications

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

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

Метод Описание
RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : void
UnRegisterForRemoteNotifications ( ) : void

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

Метод Описание
IPhonePushNotifications ( ) : System

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

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

public RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : void
senderId string
types RemoteNotificationType
Результат void

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

public UnRegisterForRemoteNotifications ( ) : void
Результат void