SMKitConfig class

Constructors

SMKitConfig({bool? enableIntelligenceRest, bool? enableHeartRateRest, int? heartRateRestThreshold, bool? allowAudioMixing, bool? showExternalAudioControl, bool? playPhoneCalibrationAudio, bool? playBodyCalibrationAudio, bool? enableButtonTutorial, String? buttonTutorialCompletionAudioPath, bool? showRowingPhoneCalibration, bool? enableWatchCompanion, bool? accuratePoseEstimation, bool? enablePhoneMovementCountPrevention, bool? enableVariationMismatchFeedback, bool? startTimerOnFirstActivity, int? workoutContinuationTimerDuration, SkeletonConfig? skeletonConfig, SMKitColorTheme? colorTheme, List<SMKitPauseType>? pauseTypes, InstructionVideoConfig? instructionVideoConfig, bool? useDefaultGuidanceMode, bool? guidanceDebugLogging, String? androidConfigString, bool? showDebugBoundingBox})
const

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited