Added in API level 11
Deprecated in API level 28

WebViewFragment


open class WebViewFragment : Fragment
kotlin.Any
   ↳ android.app.Fragment
   ↳ android.webkit.WebViewFragment

A fragment that displays a WebView.

The WebView is automically paused or resumed when the Fragment is paused or resumed.

Summary

Inherited constants
Public constructors

Public methods
open WebView!

Gets the WebView.

open View?
onCreateView(inflater: LayoutInflater!, container: ViewGroup?, savedInstanceState: Bundle!)

Called to instantiate the view.

open Unit

Called when the fragment is no longer in use.

open Unit

Called when the WebView has been detached from the fragment.

open Unit

Called when the fragment is visible to the user and actively running.

open Unit

Called when the fragment is no longer resumed.

Inherited functions