C# Class EvolveExample.Services.MasterService

Inheritance: Android.App.Service
Afficher le fichier Open project: bduncavage/evolve2013 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public OnBind ( Android.Content.Intent intent ) : IBinder
intent Android.Content.Intent
Résultat IBinder

OnCreate() public méthode

public OnCreate ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnStartCommand() public méthode

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

RegisterPlugin() public méthode

public RegisterPlugin ( IPluginService plugin ) : void
plugin IPluginService
Résultat void

UnregisterPlugin() public méthode

public UnregisterPlugin ( IPluginService plugin ) : void
plugin IPluginService
Résultat void

UpdateForegroundState() public méthode

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