PolarBleApiDefaultImpl

public class PolarBleApiDefaultImpl

Class to provide the default implementation of the Polar Ble API

  • New instance of Polar Ble API implementation

    Declaration

    Swift

    public static func polarImplementation(_ queue: DispatchQueue, features: Set<PolarBleSdkFeature>) -> PolarBleApi

    Parameters

    queue

    context of where the API is used

    features

    bit mask with one or more items from enum Features

    Return Value

    api instance

  • Return current version

    Declaration

    Swift

    public static func versionInfo() -> String

    Return Value

    version in format major.minor.patch