ApplicationExitInfo.Description Property

Definition

The human readable description of the process's death, given by the system; could be null.

public string? Description { [Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "", ApiSince=30)>]
member this.Description : string

Property Value

Attributes

Remarks

The human readable description of the process's death, given by the system; could be null.

<p class="note">Note: only intended to be human-readable and the system provides no guarantees that the format is stable across devices or Android releases.</p>

Java documentation for android.app.ApplicationExitInfo.getDescription().

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