C# Class Appverse.Platform.IPhone.IPhonePushNotifications

Inheritance: Appverse.Core.PushNotifications.AbstractPushNotifications
ファイルを表示 Open project: Appverse/appverse-mobile

Public Methods

Method Description
RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : void
UnRegisterForRemoteNotifications ( ) : void

Private Methods

Method Description
IPhonePushNotifications ( ) : System

Method Details

RegisterForRemoteNotifications() public method

public RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : void
senderId string
types RemoteNotificationType
return void

UnRegisterForRemoteNotifications() public method

public UnRegisterForRemoteNotifications ( ) : void
return void