Package apple.webkit.enums
Class WKContentMode
- java.lang.Object
-
- apple.webkit.enums.WKContentMode
-
public final class WKContentMode extends java.lang.Object[@enum] WKContentMode A content mode represents the type of content to load, as well as additional layout and rendering adaptations that are applied as a result of loading the content [@constant] WKContentModeRecommended The recommended content mode for the current platform [@constant] WKContentModeMobile Represents content targeting mobile browsers [@constant] WKContentModeDesktop Represents content targeting desktop browsers WKContentModeRecommended behaves like WKContentModeMobile on iPhone and iPad mini and WKContentModeDesktop on other iPad models as well as Mac.
-
-
Field Summary
Fields Modifier and Type Field Description static longDesktopstatic longMobilestatic longRecommended
-
-
-
Field Detail
-
Recommended
public static final long Recommended
- See Also:
- Constant Field Values
-
Mobile
public static final long Mobile
- See Also:
- Constant Field Values
-
Desktop
public static final long Desktop
- See Also:
- Constant Field Values
-
-