public class

LandingPageWebView

extends UAWebView
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.AbsoluteLayout
         ↳ android.webkit.WebView
           ↳ com.urbanairship.widget.UAWebView
             ↳ com.urbanairship.widget.LandingPageWebView

This class is deprecated.
Marked to be removed in 7.0.0. Use UAWebView instead.

Class Overview

A web view configured to display a Landing Page.

Summary

[Expand]
Inherited Constants
From class android.webkit.WebView
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
LandingPageWebView(Context context)
Construct a LandingPageWebView.
LandingPageWebView(Context context, AttributeSet attrs)
Construct a LandingPageWebView.
LandingPageWebView(Context context, AttributeSet attrs, int defStyle)
Construct a LandingPageWebView.
LandingPageWebView(Context context, AttributeSet attrs, int defStyle, int defResStyle)
UAWebView Constructor
[Expand]
Inherited Methods
From class com.urbanairship.widget.UAWebView
From class android.webkit.WebView
From class android.widget.AbsoluteLayout
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.ViewGroup.OnHierarchyChangeListener
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.ViewTreeObserver.OnGlobalFocusChangeListener
From interface android.view.accessibility.AccessibilityEventSource

Public Constructors

public LandingPageWebView (Context context)

Construct a LandingPageWebView.

Parameters
context A Context object used to access application assets.

public LandingPageWebView (Context context, AttributeSet attrs)

Construct a LandingPageWebView.

Parameters
context A Context object used to access application assets.
attrs An AttributeSet passed to our parent.

public LandingPageWebView (Context context, AttributeSet attrs, int defStyle)

Construct a LandingPageWebView.

Parameters
context A Context object used to access application assets.
attrs An AttributeSet passed to our parent.
defStyle The default style resource ID.

public LandingPageWebView (Context context, AttributeSet attrs, int defStyle, int defResStyle)

UAWebView Constructor

Parameters
context A Context object used to access application assets.
attrs An AttributeSet passed to our parent.
defStyle The default style resource ID.
defResStyle A resource identifier of a style resource that supplies default values for the view, used only if defStyle is 0 or can not be found in the theme. Can be 0 to not look for defaults.