C# 클래스 UnityPlatformWindowsPhone.WindowsPhonePushNotification

상속: Unity.Core.PushNotifications.AbstractPushNotification, IAppverseService
파일 보기 프로젝트 열기: Appverse/appverse-mobile

공개 메소드들

메소드 설명
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