获取运动中提醒设置

功能表:supportSettingsDuringExercise

示例

Swift

Cmds.getSettingsDuringExercise().send { rs in
    if case .success(let obj) = rs {
        // 成功
        // obj is IDOSettingsDuringExerciseModel
    }else {
        // 失败
    }
}

Kotlin

Cmds.getSettingsDuringExercise().send {
    if (it.error.code == 0) {
        // 成功
        // it.res is IDOSettingsDuringExerciseModel
    }else {
        // 失败
    }
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2025-05-09 17:16:23

results matching ""

    No results matching ""