应用列表样式 (设置/查询/删除)

功能表:supportOperateListStyle

示例

Swift

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

Kotlin

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

results matching ""

    No results matching ""