Uses of Class
org.robovm.apple.webkit.WKContentMode
| Package | Description |
|---|---|
| org.robovm.apple.webkit |
-
Uses of WKContentMode in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit that return WKContentMode Modifier and Type Method Description WKContentModeWKNavigation. getEffectiveContentMode()WKContentModeWKWebpagePreferences. getPreferredContentMode()static WKContentModeWKContentMode. valueOf(long n)Returns the enum constant of this type with the specified name.static WKContentModeWKContentMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WKContentMode[]WKContentMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.webkit with parameters of type WKContentMode Modifier and Type Method Description voidWKWebpagePreferences. setPreferredContentMode(WKContentMode v)