Get basic information of the screen display during sports

Function table: supportOperateSetSportScreen

Example

Swift

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

Kotlin

val param = listOf(IDOSportScreenSportItemModel(...))

Cmds.getSportScreenBaseInfo(param).send {
if (it.error.code == 0) {
// Success
// it.res is IDOSportScreenInfoReplyModel
}else {
// Failed
}
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2025-03-17 17:03:33

results matching ""

    No results matching ""