ApplicationExitInfo.GetProcessStateSummary Method

Definition

Return the state data set by calling android.app.ActivityManager#setProcessStateSummary(byte[]) ActivityManager.setProcessStateSummary(byte[]) from the process before its death.

[Android.Runtime.Register("getProcessStateSummary", "()[B", "", ApiSince=30)]
public byte[]? GetProcessStateSummary ();
[<Android.Runtime.Register("getProcessStateSummary", "()[B", "", ApiSince=30)>]
member this.GetProcessStateSummary : unit -> byte[]

Returns

Byte[]

The process-customized data

Attributes

Remarks

Return the state data set by calling android.app.ActivityManager#setProcessStateSummary(byte[]) ActivityManager.setProcessStateSummary(byte[]) from the process before its death.

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

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