# Function: showConsoleGameRankList
▸ showConsoleGameRankList(params?
: ShowConsoleGameRankListParams): Promise‹void›
打开有乐平台的排行榜页面
description
注意⚠️:仅支持 cymini 环境。
deprecated
use openCyminiLeaderboardsPage instead. shall be removed in 0.4.
throws
{@link MogsError}
# 参数:
属性 | 类型 |
---|---|
params? | ShowConsoleGameRankListParams |
ShowConsoleGameRankListParams
属性 | 类型 | 描述 |
---|---|---|
complete? | Method | 操作完成时(成功或失败),均会调用该回调函数 |
fail? | Method | 操作失败时,调用该回调函数 |
success? | Method | 操作成功时,调用该回调函数 |
# 返回值:
Promise‹void›