Appoxee Android Async API (from v2.4.1)

This document describes the usage of Appoxee Android Async API.

Each API requires the implementation of the designated callback interface.

The execution of the API calls is by utilising the THREAD_POOL_EXECUTOR used from API Level 11.

Lower API Level will use AsyncTask default executor.