// load the portal portal.load() portal.signIn();
private function portal_loadHandler(event:PortalEvent):void { signOutButton.visible = true; if(portal.signedIn) { var user:PortalUser = portal.user; helloLabel.text = "Welcome " + user.fullname; var queryParams:PortalQueryParameters = new PortalQueryParameters(null, 20, "numViews", "desc"); queryParams.ofUser(user.username); queryCallResponder.token = portal.queryItems(queryParams); } }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.