C# 클래스 Samples.Tasks.NotificationTask

상속: IStartable, IAppLifecycle
파일 보기 프로젝트 열기: aritchie/geofences

공개 메소드들

메소드 설명
NotificationTask ( IGeofenceManager geofences, INotifications notifications ) : System
OnAppResume ( ) : void
OnAppSleep ( ) : void
Start ( ) : void

메소드 상세

NotificationTask() 공개 메소드

public NotificationTask ( IGeofenceManager geofences, INotifications notifications ) : System
geofences IGeofenceManager
notifications INotifications
리턴 System

OnAppResume() 공개 메소드

public OnAppResume ( ) : void
리턴 void

OnAppSleep() 공개 메소드

public OnAppSleep ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void