Class 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 long Desktop  
      static long Mobile  
      static long Recommended  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait