Android.Locations.SettingInjectorService: Method Members

The methods of Android.Locations.SettingInjectorService are listed below. For a list of all members, see the SettingInjectorService Members list.

See Also: Inherited members from Android.App.Service

Public Methods

override
OnBind(Android.Content.Intent) : Android.OS.IBinder
Return the communication channel to the service.
override
OnStart(Android.Content.Intent, int)
override
OnStartCommand(Android.Content.Intent, Android.App.StartCommandFlags, int) : Android.App.StartCommandResult
Called by the system every time a client explicitly starts the service by calling Android.Content.Context.StartService(Android.Content.Intent), providing the arguments it supplied and a unique integer token representing the start request.

Protected Methods

abstract
OnGetEnabled() : bool
Returns the Android.Preferences.Preference.Enabled value.
abstract
OnGetSummary() : string
This method is no longer called, because status values are no longer shown for any injected setting.