获取固件本地保存联系人文件修改时间

功能表:reminderGetAllContact

示例

Swift

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

Kotlin

Cmds.getContactReviseTime().send {
    if (it.error.code == 0) {
        // 成功
        // it.res is IDOContactReviseTimeModel
    }else {
        // 失败
    }
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2024-04-22 16:58:11

results matching ""

    No results matching ""