Get wrist-raising data

Function table: getUpHandGestureEx

Example

Swift

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

Kotlin


Cmds.getUpHandGesture().send {
 if (it.error.code == 0) {
 // Success
 // it.res is IDOUpHandGestureModel
 }else {
 // Failure
 }
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2024-11-01 12:09:32

results matching ""

    No results matching ""