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
override | OnBind(Android.Content.Intent)Return the communication channel to the service. | |
override | OnStart(Android.Content.Intent, int) | |
override | OnStartCommand(Android.Content.Intent, Android.App.StartCommandFlags, int)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. |
abstract | OnGetEnabled()Returns the Android.Preferences.Preference.Enabled value. | |
abstract | OnGetSummary()This method is no longer called, because status values are no longer shown for any injected setting. |