Interface Info |
---|
public interface BuoyClient Provides APIs related to the game floating window. |
Qualifier and Type | Method Name and Description |
---|---|
void | Displays the floating window. |
void | Hides the floating window. |
Method |
---|
public void showFloatWindow() Displays the floating window. It is recommended that you call this API in the onResume method of the game page. |
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. |