C# Class MyDriving.Droid.Services.GeolocationServiceConnection

Inheritance: Java.Lang.Object, IServiceConnection
Mostrar archivo Open project: Azure-Samples/MyDriving Class Usage Examples

Public Methods

Method Description
GeolocationServiceConnection ( GeolocationServiceBinder binder ) : Android.App
OnServiceConnected ( ComponentName name, IBinder service ) : void
OnServiceDisconnected ( ComponentName name ) : void

Method Details

GeolocationServiceConnection() public method

public GeolocationServiceConnection ( GeolocationServiceBinder binder ) : Android.App
binder GeolocationServiceBinder
return Android.App

OnServiceConnected() public method

public OnServiceConnected ( ComponentName name, IBinder service ) : void
name ComponentName
service IBinder
return void

OnServiceDisconnected() public method

public OnServiceDisconnected ( ComponentName name ) : void
name ComponentName
return void