RenderProcessGoneDetail.RendererPriorityAtExit 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.
Returns the renderer priority that was set at the time that the renderer exited.
[Android.Runtime.Register("rendererPriorityAtExit", "()I", "GetRendererPriorityAtExitHandler", ApiSince=26)]
public abstract int RendererPriorityAtExit ();
[<Android.Runtime.Register("rendererPriorityAtExit", "()I", "GetRendererPriorityAtExitHandler", ApiSince=26)>]
abstract member RendererPriorityAtExit : unit -> int
Returns
the priority of the renderer at exit.
- Attributes
Remarks
Returns the renderer priority that was set at the time that the renderer exited. This may be greater than the priority that any individual WebView
requested using WebView#setRendererPriorityPolicy
.
Java documentation for android.webkit.RenderProcessGoneDetail.rendererPriorityAtExit()
.
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.