BuoyClient

Interface Info

public interface BuoyClient

Provides APIs related to the game floating window.

Public Method Summary

Qualifier and Type

Method Name and Description

void

showFloatWindow()

Displays the floating window.

void

hideFloatWindow()

Hides the floating window.

Public Methods

showFloatWindow

Method

public void showFloatWindow()

Displays the floating window. It is recommended that you call this API in the onResume method of the game page.

hideFloatWindow

Method

public void hideFloatWindow()

Hides the floating window. You are advised to call this API in onPause to hide the game floating window.

This API can be called only after the showFloatWindow API has been called to display the game floating window.

搜索
请输入您想要搜索的关键词