Contents

discoveryMethod

The technology your app uses to discover DL-TDOA anchors.

Declaration

var discoveryMethod: NIDLTDOAConfiguration.DiscoveryMethod { get set }

Discussion

This property specifies Wi-Fi or Bluetooth Low Energy, depending on how your app scans for nearby DL-TDOA anchors. Set this property when configuring the session by calling init(networkIdentifier:discoveryMethod:).

If you use the init(networkIdentifier:) initializer instead, the framework defaults the property to NIDLTDOAConfiguration.DiscoveryMethod.bluetoothLowEnergy.

See Also

Specifing the discovery method