Bind Enum

Definition

Enumerates values returned by several methods of Bind

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum Bind
[<System.Flags>]
type Bind = 
Inheritance
Bind
Attributes

Fields

Name Value Description
ExternalService -2147483648
None 0
AutoCreate 1
DebugUnbind 2
NotForeground 4
AboveClient 8
AllowOomManagement 16
WaivePriority 32
Important 64
AdjustWithActivity 128
NotPerceptible 256
AllowActivityStarts 512
IncludeCapabilities 4096
SharedIsolatedProcess 8192

Remarks

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