C# 클래스 Unity.Core.PushNotifications.AbstractPushNotification

상속: IPushNotifications
파일 보기 프로젝트 열기: Appverse/appverse-mobile

공개 메소드들

메소드 설명
RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : System.Threading.Tasks.Task
UnRegisterForRemoteNotifications ( ) : System.Threading.Tasks.Task

메소드 상세

RegisterForRemoteNotifications() 공개 추상적인 메소드

public abstract RegisterForRemoteNotifications ( string senderId, RemoteNotificationType types ) : System.Threading.Tasks.Task
senderId string
types RemoteNotificationType
리턴 System.Threading.Tasks.Task

UnRegisterForRemoteNotifications() 공개 추상적인 메소드

public abstract UnRegisterForRemoteNotifications ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task