![]() |
MapTrip Interface Android Reference Manual 9.10.1
|
Public Member Functions | |
| void | checkMaptripLicenceResult (int requestId, boolean featureIsLicenced, ApiError returnCode) |
| void | setDeviceNameResult (int requestId, ApiError returnCode) |
| void | getDeviceIDResult (int requestId, String deviceId, ApiError returnCode) |
| void | getExpiryDateResult (int requestId, Date expiryDate, ApiError returnCode) |
| void de.infoware.android.mti.LicenceListener.checkMaptripLicenceResult | ( | int | requestId, |
| boolean | featureIsLicenced, | ||
| ApiError | returnCode | ||
| ) |
Result from the Licence.checkMaptripLicence() function.
| requestId | - unique Id of the request which initiated closing of the server. |
| featureIsLicenced | - true, if the feature is licenced, false otherwise |
| returnCode | -
|
| void de.infoware.android.mti.LicenceListener.getDeviceIDResult | ( | int | requestId, |
| String | deviceId, | ||
| ApiError | returnCode | ||
| ) |
Result from the Licence.getDeviceID() function.
| requestId | - unique Id of the request which initiated closing of the server. |
| returnCode | -
|
| void de.infoware.android.mti.LicenceListener.getExpiryDateResult | ( | int | requestId, |
| Date | expiryDate, | ||
| ApiError | returnCode | ||
| ) |
Result from the Licence.getDeviceID() function.
| requestId | - unique Id of the request which initiated closing of the server. |
| returnCode | -
|
| void de.infoware.android.mti.LicenceListener.setDeviceNameResult | ( | int | requestId, |
| ApiError | returnCode | ||
| ) |
Result from the Licence.setDeviceName() function.
| requestId | - unique Id of the request which initiated closing of the server. |
| returnCode | -
|