We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All

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.

Search
Enter a keyword.