onResume

fun onResume(): Unit?

Resumes processing of this CompanionAdView after a previous call to onPause

NOTE: This function should be called in the parent Activity.onResume() call.

See also http://developer.android.com/reference/android/webkit/WebView.html#onResume()