WebView.PauseTimers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pauses all layout, parsing, and JavaScript timers for all WebViews.
[Android.Runtime.Register("pauseTimers", "()V", "GetPauseTimersHandler")]
public virtual void PauseTimers ();
[<Android.Runtime.Register("pauseTimers", "()V", "GetPauseTimersHandler")>]
abstract member PauseTimers : unit -> unit
override this.PauseTimers : unit -> unit
- Attributes
Remarks
Pauses all layout, parsing, and JavaScript timers for all WebViews. This is a global requests, not restricted to just this WebView. This can be useful if the application has been paused.
Java documentation for android.webkit.WebView.pauseTimers()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.