|
| enum class | WebBrowserLink : int {
NewWorldCreationFeedbackPage = 0
, PlayScreenFeedbackPage = 1
, EditWorldScreenFeedbackPage = 2
, RealmsSafetyPage = 4
,
ManageParentalConsentPage = 5
, BannedHelpPage = 6
, NintendoSwitchTechnicalSupportPage = 7
, BuyMinecraftStorePage = 8
,
XboxPrivacyAndOnlineSafety = 9
, XboxAccountProfile = 10
, JoinRealmHelpPage = 11
, FriendsDrawerFeedbackPage = 12
,
ServersTabFeedbackPage = 13
, PlayerFeedbackMain = 14
, PlayerFeedbackIdeas = 15
, ProfileFeedbackMain = 16
,
StartFromTemplateFeedbackPage = 17
, RealmsTabFeedbackPage = 18
, TermsAndServicePage = 19
, PrivacyPolicyPage = 20
,
PreproductionRealmsGuide = 21
, TroubleshootMultiplayer = 22
, EduAboutAddOns = 23
, EduAboutBehaviorPacks = 24
,
EduAboutResourcePacks = 25
, EduAboutCloud = 26
, FlatWorldFeedbackPage = 27
, ContactSupport = 28
,
RealmsCommitWikiLink = 29
, SettingsFeedbackPage = 30
, NewPlayerPathTutorialSurvey = 31
, RealmsFeedbackPage = 32
} |
| enum class | WebBrowserLink : int {
NewWorldCreationFeedbackPage = 0
, PlayScreenFeedbackPage = 1
, EditWorldScreenFeedbackPage = 2
, RealmsSafetyPage = 4
,
ManageParentalConsentPage = 5
, BannedHelpPage = 6
, NintendoSwitchTechnicalSupportPage = 7
, BuyMinecraftStorePage = 8
,
XboxPrivacyAndOnlineSafety = 9
, XboxAccountProfile = 10
, JoinRealmHelpPage = 11
, FriendsDrawerFeedbackPage = 12
,
ServersTabFeedbackPage = 13
, PlayerFeedbackMain = 14
, PlayerFeedbackIdeas = 15
, ProfileFeedbackMain = 16
,
StartFromTemplateFeedbackPage = 17
, RealmsTabFeedbackPage = 18
, TermsAndServicePage = 19
, PrivacyPolicyPage = 20
,
PreproductionRealmsGuide = 21
, TroubleshootMultiplayer = 22
, EduAboutAddOns = 23
, EduAboutBehaviorPacks = 24
,
EduAboutResourcePacks = 25
, EduAboutCloud = 26
, FlatWorldFeedbackPage = 27
, ContactSupport = 28
,
RealmsCommitWikiLink = 29
, SettingsFeedbackPage = 30
, NewPlayerPathTutorialSurvey = 31
, RealmsFeedbackPage = 32
} |
|
using | LaunchUri = ::std::function<void(::std::string const&)> |