C# Class UnityPlatformWindowsPhone.WindowsPhonePushNotification

Inheritance: Unity.Core.PushNotifications.AbstractPushNotification, IAppverseService
显示文件 Open project: Appverse/appverse-mobile

Public Methods

Method Description
RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : System.Threading.Tasks.Task
UnRegisterForRemoteNotifications ( ) : System.Threading.Tasks.Task
WindowsPhonePushNotification ( ) : System

Private Methods

Method Description
OnPushNotificationReceived ( Windows.Networking.PushNotifications.PushNotificationChannel sender, PushNotificationReceivedEventArgs args ) : void

Method Details

RegisterForRemoteNotifications() public method

public RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : System.Threading.Tasks.Task
senderId string
types RemoteNotificationType
return System.Threading.Tasks.Task

UnRegisterForRemoteNotifications() public method

public UnRegisterForRemoteNotifications ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

WindowsPhonePushNotification() public method

public WindowsPhonePushNotification ( ) : System
return System