C# Class EvolveExample.Services.MasterService

Inheritance: Android.App.Service
Show file Open project: bduncavage/evolve2013 Class Usage Examples

Public Methods

Method Description
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

Method Details

OnBind() public method

public OnBind ( Android.Content.Intent intent ) : IBinder
intent Android.Content.Intent
return IBinder

OnCreate() public method

public OnCreate ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnStartCommand() public method

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

RegisterPlugin() public method

public RegisterPlugin ( IPluginService plugin ) : void
plugin IPluginService
return void

UnregisterPlugin() public method

public UnregisterPlugin ( IPluginService plugin ) : void
plugin IPluginService
return void

UpdateForegroundState() public method

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