Get the modification time of the contact file saved locally by the firmware

Function table: reminderGetAllContact

Example

Swift

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

Kotlin

Cmds.getContactReviseTime().send {
     if (it.error.code == 0) {
         // success
         // it.res is IDOContactReviseTimeModel
     }else {
         // fail
     }
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2024-04-22 17:20:23

results matching ""

    No results matching ""