![]() |
MapTrip Interface Android Reference Manual 9.10.1
|
Public Member Functions | |
| void | setMutingModeResult (int requestId, ApiError returnCode) |
| void | speakTtsPhraseResult (int requestId, ApiError returnCode) |
| void de.infoware.android.mti.SoundListener.setMutingModeResult | ( | int | requestId, |
| ApiError | returnCode | ||
| ) |
Result from the Sound.setMutingMode() function.
| requestId | - Unique identifier returned by the initiating request |
| returnCode | - ApiError.OK on success |
| void de.infoware.android.mti.SoundListener.speakTtsPhraseResult | ( | int | requestId, |
| ApiError | returnCode | ||
| ) |
Result from the Sound.setMutingMode() function. The result is received when the complete sentence is spoken.
| requestId | - Unique identifier returned by the initiating request |
| returnCode | - of type MTI_ERROR
|