Get reminder settings during exercise

Function table: supportSettingsDuringExercise

Example

Swift

Cmds.getSettingsDuringExercise().send { rs in
if case .success(let obj) = rs {
// Success
// obj is IDOSettingsDuringExerciseModel
}else {
// Failure
}
}

Kotlin

Cmds.getSettingsDuringExercise().send {
if (it.error.code == 0) {
// Success
// it.res is IDOSettingsDuringExerciseModel
}else {
// Failure
}
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2026-03-13 12:04:56

results matching ""

    No results matching ""