C# 클래스 EvolveExample.Services.DevicePingPluginService

상속: IPluginService
파일 보기 프로젝트 열기: bduncavage/evolve2013

공개 프로퍼티들

프로퍼티 타입 설명
PING_SERVICE_EXTRA string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
PerformPing ( ) : void
StartPinging ( ) : void
StopPinging ( ) : void

메소드 상세

DevicePingPluginService() 공개 메소드

public DevicePingPluginService ( MasterService masterService, long pingInterval ) : System
masterService MasterService
pingInterval long
리턴 System

HandleCommand() 공개 메소드

public HandleCommand ( Android.Content.Intent intent ) : void
intent Android.Content.Intent
리턴 void

HandleStartCommand() 공개 메소드

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

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnForegroundStateChanged() 공개 메소드

public OnForegroundStateChanged ( bool isForeground ) : void
isForeground bool
리턴 void

프로퍼티 상세

PING_SERVICE_EXTRA 공개적으로 정적으로 프로퍼티

public static string PING_SERVICE_EXTRA
리턴 string