Skip to content

Managing Quick Access Directory

It’s possible to manage the Quick Access Directory section on Mobile SDK and Web SDK with poiManagerConfiguration_categories parameter on Pointr Cloud Dashboard.

  1. Go to Dashboard and click the “Edit” icon on the Client page.

    quick-access-directory-1

  2. Click the Advanced Configuration button.

    quick-access-directory-2

  3. Add a new parameter: poiManagerConfiguration_categories

    quick-access-directory-3

  4. The value should be a script which you can customize the title, type and icon of the Quick Access Directory Items as below:

    [
       {
           "title": "Main Exhibitor Zone",
           "typeCodes": [
               "booth"
           ],
           "iconUrl": "https://5493376.fs1.hubspotusercontent-na1.net/hubfs/5493376/Image-Assets/Event/NRF2023/NRF%20directory%20icon/Main%20Exhibitor%20Zone.png"
       },
       {
           "title": "Innovation Lab",
           "typeCodes": [
               "management-consulting-services",
               "conference-hall"
           ],
           "iconUrl": "https://5493376.fs1.hubspotusercontent-na1.net/hubfs/5493376/Image-Assets/Event/NRF2023/NRF%20directory%20icon/Innovation%20Lab.png"
       },
       {
           "title": "Amenities",
           "typeCodes": [
               "toilets",
               "entrance",
               "storage",
               "no-access"
           ],
           "iconUrl": "https://5493376.fs1.hubspotusercontent-na1.net/hubfs/5493376/Image-Assets/Event/NRF2023/NRF%20directory%20icon/Amenities.png"
       }
       ]
    
  5. After customizing the script according to your needs, paste it into the Value field, leave the Type as “String”, click the Confirm button.

    quick-access-directory-4

  6. Click the Save button and wait until you see the “Updated” pop-up.

    quick-access-directory-5

  7. After you see the “Updated” pop-up, Ready To Stage button will appear. Click the Ready To Stage button.

    quick-access-directory-6

  8. Wait until you see the Review and Publish button and then click on it.

    quick-access-directory-7

  9. Click the Publish button.

    quick-access-directory-8

  10. “Ready to Publish” pop-up will appear, click the Yes, continue button.

    quick-access-directory-9

  11. You will see “Publishing” message.

    quick-access-directory-10

  12. Wait until you see “Your content has been published” message.

    quick-access-directory-11

  13. That’s it! Your newly updated Quick Access Directory Items will appear on your Web SDK and Mobile SDK.

Note

To ensure perfect alignment and theme support, images should meet the following requirements:

  • 1:1 aspect ratio (square image)
  • transparent background (for theme support)
  • drawings with single color only (for theme support)

Last update: June 28, 2024
Back to top