Click or drag to resize
Local Multiplayer for iOS/tvOS/macOS
AppleLocalMultiplayerIConnectivity Interface
Provides access to device's connectivity options like Bluetooth.

Namespace:  LostPolygon.Apple.LocalMultiplayer
Syntax
C#
public interface IConnectivity

The AppleLocalMultiplayerIConnectivity type exposes the following members.

Properties
  NameDescription
Public propertyIsBluetoothEnabled
Whether Bluetooth is enabled on the device.
Top
Methods
  NameDescription
Public methodOpenEnableBluetoothPrompt
Opens the native OS dialog asking user to enable Bluetooth.
Top
See Also