Share via


RemoteCallbackList.FrozenCalleePolicyUnset Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.FrozenCalleePolicy enum directly instead of this field.

Callbacks are invoked immediately regardless of the frozen state of the target process.

[Android.Runtime.Register("FROZEN_CALLEE_POLICY_UNSET", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.FrozenCalleePolicy enum directly instead of this field.", true)]
public const Android.OS.FrozenCalleePolicy FrozenCalleePolicyUnset = 0;
[<Android.Runtime.Register("FROZEN_CALLEE_POLICY_UNSET", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.FrozenCalleePolicy enum directly instead of this field.", true)>]
val mutable FrozenCalleePolicyUnset : Android.OS.FrozenCalleePolicy

Field Value

Value = 0
Attributes

Remarks

Callbacks are invoked immediately regardless of the frozen state of the target process.

Not recommended. Only exists for backward-compatibility. This represents the behavior up to SDK 35. Starting with SDK 36, clients should set a policy to govern callback invocations when recipients are frozen.

Java documentation for android.os.RemoteCallbackList.FROZEN_CALLEE_POLICY_UNSET.

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