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

Int32

the priority of the renderer at exit.

Attributes

Remarks

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