Skip to content

sud.exitApplication

JS
    sud.exitApplication(Object object)

退出当前小游戏

参数

  • Object object: 传入参数,具体的属性见下表

object 的属性说明

属性键值类型是否必填说明
datastring/object退出游戏时返回的数据,交给应用处理,bject类型会转为JSON
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数