Context.UpdateBindingParams.SetRebind(Context+BindServiceFlags) Method
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.
Modify the request to rebind the connection with the specified flags which will completely replace the existing set of flags.
[Android.Runtime.Register("setRebind", "(Landroid/content/Context$BindServiceFlags;)V", "", ApiSince=37)]
public void SetRebind(Android.Content.Context.BindServiceFlags flags);
[<Android.Runtime.Register("setRebind", "(Landroid/content/Context$BindServiceFlags;)V", "", ApiSince=37)>]
member this.SetRebind : Android.Content.Context.BindServiceFlags -> unit
Parameters
- flags
- Context.BindServiceFlags
The BindServiceFlags for the rebind request. This value cannot be null.
- Attributes
Remarks
Modify the request to rebind the connection with the specified flags which will completely replace the existing set of flags. Only flags returned from Context.getUpdateableFlags() may be added or removed. Any invalid additions or removals will trigger an IllegalArgumentException when the update call is made.
Android reference for android.content.Context.UpdateBindingParams.setRebind.
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.