RenderProcessGoneDetail.DidCrash Method

Definition

Indicates whether the render process was observed to crash, or whether it was killed by the system.

[Android.Runtime.Register("didCrash", "()Z", "GetDidCrashHandler", ApiSince=26)]
public abstract bool DidCrash ();
[<Android.Runtime.Register("didCrash", "()Z", "GetDidCrashHandler", ApiSince=26)>]
abstract member DidCrash : unit -> bool

Returns

Boolean

true if render process crashed, otherwise it was killed by system.

Attributes

Remarks

Java documentation for android.webkit.RenderProcessGoneDetail.didCrash().

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