C# Class Pureisuteshon.BackgroundNotify.BackgroundNotifyStatus

Inheritance: IBackgroundTask
Afficher le fichier Open project: drasticactions/Pureisuteshon-App

Méthodes publiques

Méthode Description
BackgroundNotifyStatus ( ) : System
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Méthode Description
CreateToastNotifications ( ) : void
GetUnixTime ( System.DateTime time ) : long
LoginTest ( AccountUser user ) : Task
LoginUser ( ) : Task
Update ( IBackgroundTaskInstance taskInstance ) : System.Threading.Tasks.Task

Method Details

BackgroundNotifyStatus() public méthode

public BackgroundNotifyStatus ( ) : System
Résultat System

Run() public méthode

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
Résultat void