BluetoothSocketSettings.Builder.SetAuthenticationRequired(Boolean) 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.
Sets the authentication requirement for the Bluetooth socket.
[Android.Runtime.Register("setAuthenticationRequired", "(Z)Landroid/bluetooth/BluetoothSocketSettings$Builder;", "", ApiSince=36)]
public Android.Bluetooth.BluetoothSocketSettings.Builder SetAuthenticationRequired(bool authenticationRequired);
[<Android.Runtime.Register("setAuthenticationRequired", "(Z)Landroid/bluetooth/BluetoothSocketSettings$Builder;", "", ApiSince=36)>]
member this.SetAuthenticationRequired : bool -> Android.Bluetooth.BluetoothSocketSettings.Builder
Parameters
- authenticationRequired
- Boolean
true if authentication is required for this socket, false otherwise.
Returns
This builder. This value cannot be null.
- Attributes
Remarks
Sets the authentication requirement for the Bluetooth socket.
Android reference for android.bluetooth.BluetoothSocketSettings.Builder.setAuthenticationRequired.
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.