Working with pages - xamoom/xamoom-ios-sdk GitHub Wiki
By now you should know how to make an API Call to our backend and how to use the XMMEnduserApi, so it's time to learn how to load a page. A page is called Content in our SDK and the related class is XMMContent. This class maps any content JSON result, to a usable object to work with.
Load a content
There are multiple ways to load a page with our SDK. For more details about that head over to the Load pages guide.
Show a content
Once you understand how to load a page, you need to know how to display it. You can find a detailed implementation guide in the Show pages guide.