onPause

fun onPause(): Unit?

Pauses any extra processing associated with this CompanionAdView.

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

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