@hyext/types-ext-sdk-hy 3.15.1-beta.1 → 3.15.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9414,7 +9414,7 @@ namespace yyb {
|
|
|
9414
9414
|
*/
|
|
9415
9415
|
function startYYBCloudGame(params: StartYYBCloudGameReq): Promise<void>;
|
|
9416
9416
|
/**
|
|
9417
|
-
*
|
|
9417
|
+
* 关闭云游戏服务
|
|
9418
9418
|
* @returns 调用结果
|
|
9419
9419
|
*/
|
|
9420
9420
|
function stopYYBCloudGame(): Promise<void>;
|
|
@@ -9459,7 +9459,7 @@ type StartYYBCloudGameReq = {
|
|
|
9459
9459
|
cloudGameSource: string;
|
|
9460
9460
|
cloudGamePackageName: string;
|
|
9461
9461
|
entranceId: string;
|
|
9462
|
-
needShowFloatingWindow:
|
|
9462
|
+
needShowFloatingWindow: boolean;
|
|
9463
9463
|
gameIconUrl: string;
|
|
9464
9464
|
};
|
|
9465
9465
|
|