Language

BluetoothSocketSettings.Builder.SetAuthenticationRequired(Boolean) Method

Definition

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.

Applies to