SettingsPreferenceService.OnGetAllPreferenceMetadata Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the metadata for all exposed settings preferences within this application.
[Android.Runtime.Register("onGetAllPreferenceMetadata", "(Landroid/service/settings/preferences/MetadataRequest;Landroid/os/OutcomeReceiver;)V", "GetOnGetAllPreferenceMetadata_Landroid_service_settings_preferences_MetadataRequest_Landroid_os_OutcomeReceiver_Handler", ApiSince=36)]
public abstract void OnGetAllPreferenceMetadata(Android.Service.Settings.Preferences.MetadataRequest request, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("onGetAllPreferenceMetadata", "(Landroid/service/settings/preferences/MetadataRequest;Landroid/os/OutcomeReceiver;)V", "GetOnGetAllPreferenceMetadata_Landroid_service_settings_preferences_MetadataRequest_Landroid_os_OutcomeReceiver_Handler", ApiSince=36)>]
abstract member OnGetAllPreferenceMetadata : Android.Service.Settings.Preferences.MetadataRequest * Android.OS.IOutcomeReceiver -> unit
Parameters
- request
- MetadataRequest
object to specify request parameters
- callback
- IOutcomeReceiver
object to receive result or failure of request
- Attributes
Remarks
Retrieve the metadata for all exposed settings preferences within this application. This data should be a snapshot of their state at the time of this method being called.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.