C# Class Unity.Core.PushNotifications.AbstractPushNotification

Inheritance: IPushNotifications
Afficher le fichier Open project: Appverse/appverse-mobile

Méthodes publiques

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

Method Details

RegisterForRemoteNotifications() public abstract méthode

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

UnRegisterForRemoteNotifications() public abstract méthode

public abstract UnRegisterForRemoteNotifications ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task