SettingsPreferenceServiceClient.GetAllPreferenceMetadata 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 the application.
[Android.Runtime.Register("getAllPreferenceMetadata", "(Landroid/service/settings/preferences/MetadataRequest;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "GetGetAllPreferenceMetadata_Landroid_service_settings_preferences_MetadataRequest_Ljava_util_concurrent_Executor_Landroid_os_OutcomeReceiver_Handler", ApiSince=36)]
public virtual void GetAllPreferenceMetadata(Android.Service.Settings.Preferences.MetadataRequest request, Java.Util.Concurrent.IExecutor executor, Android.OS.IOutcomeReceiver receiver);
[<Android.Runtime.Register("getAllPreferenceMetadata", "(Landroid/service/settings/preferences/MetadataRequest;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "GetGetAllPreferenceMetadata_Landroid_service_settings_preferences_MetadataRequest_Ljava_util_concurrent_Executor_Landroid_os_OutcomeReceiver_Handler", ApiSince=36)>]
abstract member GetAllPreferenceMetadata : Android.Service.Settings.Preferences.MetadataRequest * Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit
override this.GetAllPreferenceMetadata : Android.Service.Settings.Preferences.MetadataRequest * Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit
Parameters
- request
- MetadataRequest
object to specify request parameters
- executor
- IExecutor
Executor
on which to invoke the receiver
- receiver
- IOutcomeReceiver
callback to receive the result or failure
- Attributes
Remarks
Retrieve the metadata for all exposed settings preferences within the application.
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.