C# Class EvolveExample.Services.DevicePingPluginService

Inheritance: IPluginService
Mostrar archivo Open project: bduncavage/evolve2013

Public Properties

Property Type Description
PING_SERVICE_EXTRA string

Public Methods

Method 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

Method Description
PerformPing ( ) : void
StartPinging ( ) : void
StopPinging ( ) : void

Method Details

DevicePingPluginService() public method

public DevicePingPluginService ( MasterService masterService, long pingInterval ) : System
masterService MasterService
pingInterval long
return System

HandleCommand() public method

public HandleCommand ( Android.Content.Intent intent ) : void
intent Android.Content.Intent
return void

HandleStartCommand() public method

public HandleStartCommand ( Android.Content.Intent intent, int startId ) : void
intent Android.Content.Intent
startId int
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnForegroundStateChanged() public method

public OnForegroundStateChanged ( bool isForeground ) : void
isForeground bool
return void

Property Details

PING_SERVICE_EXTRA public_oe static_oe property

public static string PING_SERVICE_EXTRA
return string