API of the Appearition SDK for Unity
Introduction
Welcome to the API documentation for the Appearition SDK for Unity. If you are looking for a certain class, head over to the search bar on the right. Otherwise, feel free to browse through the tabs available, sorted by namespace and class.
Understanding the structure of the SDK
The classes are arranged in a similar way to the EMS's structure in order to keep a comprehensive and consistent implementation. The main difference between the API requests as visible on swagger on the EMS portal and the SDK's methods is that the SDK sometimes wraps a few API requests within a single method.
Each module as presented on swagger is present and divided in the SDK:
- ArTargetImageAndMedia's features are accessible under ArTargetHandler.
- AccountAndAuthentication's features are accessible under AccountHandler.
- Location's features are accessible under LocationHandler. and so on.
If you are have any doubts, please refer to the demo which is part of the SDK, the sample demos, the rest of the documentation or please contact support.
Happy development!