C# 클래스 EvolveExample.Services.MasterService

상속: Android.App.Service
파일 보기 프로젝트 열기: bduncavage/evolve2013 1 사용 예제들

공개 메소드들

메소드 설명
OnBind ( Android.Content.Intent intent ) : IBinder
OnCreate ( ) : void
OnDestroy ( ) : void
OnStartCommand ( Android.Content.Intent intent, StartCommandFlags flags, int startId ) : StartCommandResult
RegisterPlugin ( IPluginService plugin ) : void
UnregisterPlugin ( IPluginService plugin ) : void
UpdateForegroundState ( bool isForeground ) : void

메소드 상세

OnBind() 공개 메소드

public OnBind ( Android.Content.Intent intent ) : IBinder
intent Android.Content.Intent
리턴 IBinder

OnCreate() 공개 메소드

public OnCreate ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnStartCommand() 공개 메소드

public OnStartCommand ( Android.Content.Intent intent, StartCommandFlags flags, int startId ) : StartCommandResult
intent Android.Content.Intent
flags StartCommandFlags
startId int
리턴 StartCommandResult

RegisterPlugin() 공개 메소드

public RegisterPlugin ( IPluginService plugin ) : void
plugin IPluginService
리턴 void

UnregisterPlugin() 공개 메소드

public UnregisterPlugin ( IPluginService plugin ) : void
plugin IPluginService
리턴 void

UpdateForegroundState() 공개 메소드

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