AirshipWebView

constructor(@NonNull context: Context)

AirshipWebView Constructor

Parameters

context

A Context object used to access application assets.


constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)

AirshipWebView Constructor

Parameters

context

A Context object used to access application assets.

attrs

An AttributeSet passed to our parent.


constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, defStyle: Int)

AirshipWebView Constructor

Parameters

context

A Context object used to access application assets.

attrs

An AttributeSet passed to our parent.

defStyle

The default style resource ID.


constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, defStyle: Int, defResStyle: Int)

AirshipWebView 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 cannot be found in the theme. Can be 0 to not look for defaults.