| Interface | Description |
|---|---|
| EMDKManager.EMDKListener |
This is the interface for the callback to notify the opening and closing status of the EMDK.
|
| EMDKManager.StatusListener |
This is the interface for the callback to notify the status of the feature object request.
|
| ProfileManager.DataListener |
An interface for notifying client applications to notify processProfileAsync result.
|
| Class | Description |
|---|---|
| EMDKBase |
This is the base class for all the EMDK manager classes derived from.
|
| EMDKError |
EMDKError class provides detailed error information related to failures in EMDK obtained using getLastError().
|
| EMDKManager |
The EMDKManager class is the key class in Android EMDK.
|
| EMDKResults |
Class for holding result data.
|
| EMDKServiceConnection |
Helper class.
|
| ProfileConfig | Deprecated |
| ProfileManager |
This class handles all the profile related functions.
|
| VersionManager |
Version information can be captured from this class.
|
| Exception | Description |
|---|---|
| EMDKException |
The methods of EMDKManager object throws EMDKException when an error
occurs.
|