Context.UpdateableFlags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of bind flags that may be updated (i.e. added or removed) for an existing connection.
public virtual Android.Content.Context.BindServiceFlags UpdateableFlags { [Android.Runtime.Register("getUpdateableFlags", "()Landroid/content/Context$BindServiceFlags;", "GetGetUpdateableFlagsHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getUpdateableFlags", "()Landroid/content/Context$BindServiceFlags;", "GetGetUpdateableFlagsHandler", ApiSince=37)>]
member this.UpdateableFlags : Android.Content.Context.BindServiceFlags
Property Value
The set of flags that may be updated. This value cannot be null.
- Attributes
Remarks
Gets the list of bind flags that may be updated (i.e. added or removed) for an existing connection. Includes: BIND_NOT_FOREGROUND; BIND_ABOVE_CLIENT; BIND_ALLOW_OOM_MANAGEMENT; BIND_WAIVE_PRIORITY; BIND_IMPORTANT; BIND_ADJUST_WITH_ACTIVITY; BIND_NOT_PERCEPTIBLE
Android reference for android.content.Context.getUpdateableFlags.
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.