Package com.naver.ads.util
Object WebViewUtils
-
- All Implemented Interfaces:
public class WebViewUtilsMiscellaneous android.webkit.WebView utility methods.
-
-
Field Summary
Fields Modifier and Type Field Description public final static WebViewUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final static BooleansupportsWebView()Returns whether the device supports the android.webkit.WebView final static StringgetUserAgent(Context context)Returns the device's default user-agent string. -
-
Method Detail
-
supportsWebView
final static Boolean supportsWebView()
Returns whether the device supports the android.webkit.WebView
-
getUserAgent
final static String getUserAgent(Context context)
Returns the device's default user-agent string.
-
-
-
-