WKWebsiteDataStore.FetchDataRecordsOfTypes Method

Definition

Returns data records of the specified data types, and passes them to a handler when the operation completes.

[Foundation.Export("fetchDataRecordsOfTypes:completionHandler:")]
public virtual void FetchDataRecordsOfTypes (Foundation.NSSet<Foundation.NSString> dataTypes, Action<Foundation.NSArray> completionHandler);
abstract member FetchDataRecordsOfTypes : Foundation.NSSet<Foundation.NSString> * Action<Foundation.NSArray> -> unit
override this.FetchDataRecordsOfTypes : Foundation.NSSet<Foundation.NSString> * Action<Foundation.NSArray> -> unit

Parameters

dataTypes
NSSet<NSString>

The data types for which to fetch website data.

completionHandler
Action<NSArray>

A handler to run on the fetched data.

Attributes

Applies to