Udostępnij za pośrednictwem


RenderProcessGoneDetail.RendererPriorityAtExit Method

Definition

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.

Applies to