C# Class EvolveExample.Services.DevicePingPluginService

Inheritance: IPluginService
Afficher le fichier Open project: bduncavage/evolve2013

Méthodes publiques

Свойство Type Description
PING_SERVICE_EXTRA string

Méthodes publiques

Méthode Description
DevicePingPluginService ( MasterService masterService, long pingInterval ) : System
HandleCommand ( Android.Content.Intent intent ) : void
HandleStartCommand ( Android.Content.Intent intent, int startId ) : void
OnDestroy ( ) : void
OnForegroundStateChanged ( bool isForeground ) : void

Private Methods

Méthode Description
PerformPing ( ) : void
StartPinging ( ) : void
StopPinging ( ) : void

Method Details

DevicePingPluginService() public méthode

public DevicePingPluginService ( MasterService masterService, long pingInterval ) : System
masterService MasterService
pingInterval long
Résultat System

HandleCommand() public méthode

public HandleCommand ( Android.Content.Intent intent ) : void
intent Android.Content.Intent
Résultat void

HandleStartCommand() public méthode

public HandleStartCommand ( Android.Content.Intent intent, int startId ) : void
intent Android.Content.Intent
startId int
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnForegroundStateChanged() public méthode

public OnForegroundStateChanged ( bool isForeground ) : void
isForeground bool
Résultat void

Property Details

PING_SERVICE_EXTRA public_oe static_oe property

public static string PING_SERVICE_EXTRA
Résultat string