FrozenStateChangeCallbackState Enum

Definition

Defines frozen state change callback state values used by the Android OS API.

public enum FrozenStateChangeCallbackState
type FrozenStateChangeCallbackState = 
Inheritance
FrozenStateChangeCallbackState

Fields

Name Value Description
Frozen 0

Represents the frozen state of the remote process. While in this state, the remote process won't be able to receive and handle a transaction.

Unfrozen 1

Represents the unfrozen state of the remote process. In this state, the process hosting the object can execute and is not restricted by the freezer from using the CPU or responding to binder transactions.

Remarks

A callback interface for receiving frozen state change events.

Java documentation for android.os.IBinder.FrozenStateChangeCallback.

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