C# Class Samples.Tasks.NotificationTask

Inheritance: IStartable, IAppLifecycle
Afficher le fichier Open project: aritchie/geofences

Méthodes publiques

Méthode Description
NotificationTask ( IGeofenceManager geofences, INotifications notifications ) : System
OnAppResume ( ) : void
OnAppSleep ( ) : void
Start ( ) : void

Method Details

NotificationTask() public méthode

public NotificationTask ( IGeofenceManager geofences, INotifications notifications ) : System
geofences IGeofenceManager
notifications INotifications
Résultat System

OnAppResume() public méthode

public OnAppResume ( ) : void
Résultat void

OnAppSleep() public méthode

public OnAppSleep ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void