Set wallpaper dial list

Function table: setWatchPhotoPositionMo ve

Example

Swift

let param = IDOWallpaperDialReplyV3ParamModel(...)

Cmds.setWallpaperDialReply(param).send { rs in
 if case .success(let obj) = rs {
 // Success 
 // obj is IDOWallpaperDial ReplyV3Model 
 }else {
 // failed
 }
}

Kotlin

val param = IDOWallpaperDialReplyV3ParamModel(...)

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

results matching ""

    No results matching ""