AutofillService.OnSavedDatasetsInfoRequest(ISavedDatasetsInfoCallback) Method

Definition

Called from system settings to display information about the datasets the user saved to this service.

[Android.Runtime.Register("onSavedDatasetsInfoRequest", "(Landroid/service/autofill/SavedDatasetsInfoCallback;)V", "GetOnSavedDatasetsInfoRequest_Landroid_service_autofill_SavedDatasetsInfoCallback_Handler", ApiSince=31)]
public virtual void OnSavedDatasetsInfoRequest (Android.Service.Autofill.ISavedDatasetsInfoCallback callback);
[<Android.Runtime.Register("onSavedDatasetsInfoRequest", "(Landroid/service/autofill/SavedDatasetsInfoCallback;)V", "GetOnSavedDatasetsInfoRequest_Landroid_service_autofill_SavedDatasetsInfoCallback_Handler", ApiSince=31)>]
abstract member OnSavedDatasetsInfoRequest : Android.Service.Autofill.ISavedDatasetsInfoCallback -> unit
override this.OnSavedDatasetsInfoRequest : Android.Service.Autofill.ISavedDatasetsInfoCallback -> unit

Parameters

callback
ISavedDatasetsInfoCallback

callback for responding to the request

Attributes

Remarks

Called from system settings to display information about the datasets the user saved to this service.

There is no timeout for the request, but it's recommended to return the result within a few seconds, or the user may navigate away from the activity that would display the result.

Java documentation for android.service.autofill.AutofillService.onSavedDatasetsInfoRequest(android.service.autofill.SavedDatasetsInfoCallback).

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.

Applies to