C# Class Unity.Core.PushNotifications.AbstractPushNotification

Inheritance: IPushNotifications
Mostrar archivo Open project: Appverse/appverse-mobile

Public Methods

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

Method Details

RegisterForRemoteNotifications() public abstract method

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

UnRegisterForRemoteNotifications() public abstract method

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