The members of Android.Locations.SettingInjectorService are listed below.
See Also: Inherited members from Android.App.Service
Constructor. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ActionInjectedSettingChanged | string. Intent action a client should broadcast when the value of one of its injected settings has changed, so that the setting can be updated in the UI. |
const | ActionServiceIntent | string. Intent action that must be declared in the manifest for the subclass. |
const | AttributesName | string. Name of the XML tag that includes the attributes for the setting. |
const | MetaDataName | string. Name of the meta-data tag used to specify the resource file that includes the settings attributes. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |