TCGBWebViewContent Constants Reference

Declared in TCGBWebViewConfiguration.h

TCGBWebViewContent

Configure webview’s content mode. TCGBWebViewContentMode represents the type of content to load * @see contentMode

Definition

typedef NS_ENUM(NSInteger, TCGBWebViewContent ) {
   TCGBWebViewContentModeRecommended = 0,
   TCGBWebViewContentModeMobile = 1,
   TCGBWebViewContentModeDesktop = 2,
};

Constants

TCGBWebViewContentModeRecommended

Recommended content mode Default value. The recommended content mode for the current platform.

Declared In TCGBWebViewConfiguration.h.

TCGBWebViewContentModeMobile

mobile browsers Represents content targeting mobile browsers.

Declared In TCGBWebViewConfiguration.h.

TCGBWebViewContentModeDesktop

desktop browsers Represents content targeting desktop browsers.

Declared In TCGBWebViewConfiguration.h.

Declared In

TCGBWebViewConfiguration.h