WKWebsiteDataType Class

Definition

Contains NSString constants that represent data types for data related to websites.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static class WKWebsiteDataType
type WKWebsiteDataType = class
Inheritance
WKWebsiteDataType
Attributes

Properties

Cookies

Gets an NSString that signifies cookie data.

DiskCache

Gets an NSString that signifies a disk cache.

FetchCache

Gets an NSString that signifies a fetch cache.

IndexedDBDatabases

Gets an NSString that signifies IndexedDB databases.

LocalStorage

Gets an NSString that signifies local HTML storage.

MemoryCache

Gets an NSString that signifies an in-memory cache.

OfflineWebApplicationCache

Gets an NSString that signifies an offline HTML cache for a web app.

ServiceWorkerRegistrations

Gets an NSString that signifies service worker registrations.

SessionStorage

Gets an NSString that signifies HTML storage for a session.

WebSQLDatabases

Gets an NSString that signifies a WebSQL databse.

Applies to