Language

ApplicationExitInfo.GetProcessStateSummary Method

Definition

Return the state data set by calling 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. This value may be null.

Attributes

Remarks

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

See also:

Android reference 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