Class WKWebsiteDataStore

    • Constructor Detail

      • WKWebsiteDataStore

        protected WKWebsiteDataStore()
      • WKWebsiteDataStore

        protected WKWebsiteDataStore​(NSObject.Handle h,
                                     long handle)
      • WKWebsiteDataStore

        public WKWebsiteDataStore​(NSCoder decoder)
    • Method Detail

      • isPersistent

        public boolean isPersistent()
      • getHttpCookieStore

        public WKHTTPCookieStore getHttpCookieStore()
        Since:
        Available in iOS 11.0 and later.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • removeData

        public void removeData​(java.util.Set<WKWebsiteDataType> dataTypes,
                               NSDate date,
                               java.lang.Runnable completionHandler)
      • getNonPersistentDataStore

        public static WKWebsiteDataStore getNonPersistentDataStore()
      • getAllWebsiteDataTypes

        public static java.util.Set<WKWebsiteDataType> getAllWebsiteDataTypes()
      • init

        protected long init​(NSCoder decoder)