PolarOfflineExerciseV2Api

public protocol PolarOfflineExerciseV2Api

Offline Exercise V2 API.

Allows managing offline exercise sessions on supported Polar devices. This API supports devices that use the Data Merge protocol for offline exercise recording, enabling recording of exercise data even when the device is not connected.

All methods require the SDK feature PolarBleSdkFeature.FEATURE_POLAR_OFFLINE_EXERCISE_V2 and the device must have the dm_exercise capability.

All operations are asynchronous and use Swift async/await or AsyncThrowingStream.