C# Class Appverse.Platform.IPhone.IPhonePushNotifications

Inheritance: Appverse.Core.PushNotifications.AbstractPushNotifications
Afficher le fichier Open project: Appverse/appverse-mobile

Méthodes publiques

Méthode Description
RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : void
UnRegisterForRemoteNotifications ( ) : void

Private Methods

Méthode Description
IPhonePushNotifications ( ) : System

Method Details

RegisterForRemoteNotifications() public méthode

public RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : void
senderId string
types RemoteNotificationType
Résultat void

UnRegisterForRemoteNotifications() public méthode

public UnRegisterForRemoteNotifications ( ) : void
Résultat void