mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-03-21 17:24:38 -05:00
Page:
wiiuBrowser API
1
wiiuBrowser API
Jay edited this page 2020-05-16 23:01:43 -05:00
Table of Contents
- wiiuBrowser
- Global variable exposed by the WiiU. Used to interact with generic WiiU console methods
- isUserOperationLocked(): Boolean
- showLoadingicon(show: Boolean)
- lockHomeButtonMenu(lock: Boolean)
- closeApplication()
- endStartUp(endStartup: Boolean)
- canHistoryBack(): Boolean
- jumpToTvii(Unknown)
- isLoadingIconProhibited(): Boolean
- lockPowerButton(lock: Boolean)
- jumpToHomeButtonMenu()
- isPowerButtonLocked(): Boolean
- jumpToEshop(query: Unknown)
- jumpToApplication(titleId: String, flags: Unknown, communityId: int, appData: Unknown, postId: int)
- jumpToBrowser(url: String)
- prohibitLoadingicon(prohibit: Boolean)
- isHomeButtonMenuLocked(): Boolean
- lockUserOperation(lock: Boolean)
wiiuBrowser
Global variable exposed by the WiiU. Used to interact with generic WiiU console methods
isUserOperationLocked(): Boolean
- Checks if user interaction is locked
showLoadingicon(show: Boolean)
- Shows/hides loading icon
lockHomeButtonMenu(lock: Boolean)
- Enables/disables the WiiU gamepad home button
closeApplication()
- Closes Miiverse
endStartUp(endStartup: Boolean)
- Ends the startup screen and displays the Miiverse UI
canHistoryBack(): Boolean
- Checks if the browser can call history.back()
jumpToTvii(Unknown)
- Launches TVii
isLoadingIconProhibited(): Boolean
- Checks if the loading icon can be displayed
lockPowerButton(lock: Boolean)
- Enables/disables the WiiU power button
jumpToHomeButtonMenu()
- Opens WiiU home menu
isPowerButtonLocked(): Boolean
- Checks if the console power button is locked
jumpToEshop(query: Unknown)
- Opens the eShop with the query
jumpToApplication(titleId: String, flags: Unknown, communityId: int, appData: Unknown, postId: int)
- launches System Application
jumpToBrowser(url: String)
- Launches Wii U Browser with given url
prohibitLoadingicon(prohibit: Boolean)
- Prohibit/allow the loading icon
isHomeButtonMenuLocked(): Boolean
- Checks if the gamepad home button is locked
lockUserOperation(lock: Boolean)
- Enables/disables user interaction