Package org.robovm.apple.webkit
Class WKWebViewConfiguration
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.webkit.WKWebViewConfiguration
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class WKWebViewConfiguration extends NSObject implements NSSecureCoding
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWKWebViewConfiguration.WKWebViewConfigurationPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description WKWebViewConfiguration()WKWebViewConfiguration(NSCoder coder)protectedWKWebViewConfiguration(NSObject.Handle h, long handle)protectedWKWebViewConfiguration(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
WKWebViewConfiguration
public WKWebViewConfiguration() -
WKWebViewConfiguration
-
WKWebViewConfiguration
-
WKWebViewConfiguration
-
-
Method Details
-
getProcessPool
-
setProcessPool
-
getPreferences
-
setPreferences
-
getUserContentController
-
setUserContentController
-
getWebsiteDataStore
- Since:
- Available in iOS 9.0 and later.
-
setWebsiteDataStore
- Since:
- Available in iOS 9.0 and later.
-
suppressesIncrementalRendering
public boolean suppressesIncrementalRendering() -
setSuppressesIncrementalRendering
public void setSuppressesIncrementalRendering(boolean v) -
getApplicationNameForUserAgent
- Since:
- Available in iOS 9.0 and later.
-
setApplicationNameForUserAgent
- Since:
- Available in iOS 9.0 and later.
-
allowsAirPlayForMediaPlayback
public boolean allowsAirPlayForMediaPlayback()- Since:
- Available in iOS 9.0 and later.
-
setAllowsAirPlayForMediaPlayback
public void setAllowsAirPlayForMediaPlayback(boolean v)- Since:
- Available in iOS 9.0 and later.
-
isUpgradeKnownHostsToHTTPS
public boolean isUpgradeKnownHostsToHTTPS()- Since:
- Available in iOS 14.5 and later.
-
setUpgradeKnownHostsToHTTPS
public void setUpgradeKnownHostsToHTTPS(boolean v)- Since:
- Available in iOS 14.5 and later.
-
getMediaTypesRequiringUserActionForPlayback
- Since:
- Available in iOS 10.0 and later.
-
setMediaTypesRequiringUserActionForPlayback
- Since:
- Available in iOS 10.0 and later.
-
getDefaultWebpagePreferences
- Since:
- Available in iOS 13.0 and later.
-
setDefaultWebpagePreferences
- Since:
- Available in iOS 13.0 and later.
-
isLimitsNavigationsToAppBoundDomains
public boolean isLimitsNavigationsToAppBoundDomains()- Since:
- Available in iOS 14.0 and later.
-
setLimitsNavigationsToAppBoundDomains
public void setLimitsNavigationsToAppBoundDomains(boolean v)- Since:
- Available in iOS 14.0 and later.
-
allowsInlineMediaPlayback
public boolean allowsInlineMediaPlayback() -
setAllowsInlineMediaPlayback
public void setAllowsInlineMediaPlayback(boolean v) -
getSelectionGranularity
-
setSelectionGranularity
-
allowsPictureInPictureMediaPlayback
public boolean allowsPictureInPictureMediaPlayback()- Since:
- Available in iOS 9.0 and later.
-
setAllowsPictureInPictureMediaPlayback
public void setAllowsPictureInPictureMediaPlayback(boolean v)- Since:
- Available in iOS 9.0 and later.
-
getDataDetectorTypes
- Since:
- Available in iOS 10.0 and later.
-
setDataDetectorTypes
- Since:
- Available in iOS 10.0 and later.
-
ignoresViewportScaleLimits
public boolean ignoresViewportScaleLimits()- Since:
- Available in iOS 10.0 and later.
-
setIgnoresViewportScaleLimits
public void setIgnoresViewportScaleLimits(boolean v)- Since:
- Available in iOS 10.0 and later.
-
mediaPlaybackRequiresUserAction
Deprecated.Deprecated in iOS 9.0. Use mediaTypesRequiringUserActionForPlayback -
setMediaPlaybackRequiresUserAction
Deprecated.Deprecated in iOS 9.0. Use mediaTypesRequiringUserActionForPlayback -
mediaPlaybackAllowsAirPlay
Deprecated.Deprecated in iOS 9.0. Use allowsAirPlayForMediaPlayback -
setMediaPlaybackAllowsAirPlay
Deprecated.Deprecated in iOS 9.0. Use allowsAirPlayForMediaPlayback -
requiresUserActionForMediaPlayback
Deprecated.Deprecated in iOS 10.0. Use mediaTypesRequiringUserActionForPlayback- Since:
- Available in iOS 9.0 and later.
-
setRequiresUserActionForMediaPlayback
Deprecated.Deprecated in iOS 10.0. Use mediaTypesRequiringUserActionForPlayback- Since:
- Available in iOS 9.0 and later.
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
setURLSchemeHandler
- Since:
- Available in iOS 11.0 and later.
-
urlSchemeHandlerForURLScheme
- Since:
- Available in iOS 11.0 and later.
-
encode
-
init
-