SyntaxGameServer/RCCService2018/content/internal/LuaApp/Modules/LuaApp/AppPage.lua

19 lines
531 B
Lua

return {
-- "None" page is an empty page that opens when the native codes
-- sends out a navigation event with no pages specified. This page
-- option should be removed once we remove this navigation event.
None = "None",
Home = "Home",
Games = "Games",
GamesList = "GamesList",
GameDetail = "GameDetail",
SearchPage = "SearchPage",
AvatarEditor = "AvatarEditor",
Chat = "Chat",
ShareGameToChat = "ShareGameToChat",
Catalog = "Catalog",
Friends = "Friends",
More = "More",
About = "About",
Settings = "Settings",
}