MessageWebView

constructor(context: Context)

MessageWebView Constructor

Parameters

context

A Context object used to access application assets.


constructor(context: Context, attrs: AttributeSet)

MessageWebView Constructor

Parameters

context

A Context object used to access application assets.

attrs

An AttributeSet passed to our parent.


constructor(context: Context, attrs: AttributeSet, defStyle: Int)

MessageWebView 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(context: Context, attrs: AttributeSet, defStyle: Int, defResStyle: Int)

MessageWebView 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.