Uses of Interface
com.iizix.translate.ITranslationReply
Packages that use ITranslationReply
Uses of ITranslationReply in com.iizix.translate
Fields in com.iizix.translate declared as ITranslationReplyModifier and TypeFieldDescriptionprotected final ITranslationReply
AbstractTranslationRequest.RequestItem.reply
The reply callback when translation completes.Methods in com.iizix.translate with parameters of type ITranslationReplyModifier and TypeMethodDescriptionboolean
AbstractTranslationRequest.addRequest
(KString sourceText, ITranslationReply reply) Adds a requests to perform at the same time as the others.boolean
ITranslationRequest.addRequest
(KString sourceText, ITranslationReply reply) Adds a requests to perform at the same time as the others.protected boolean
TranslationQueue.addRequest
(KString sourceText, ITranslationReply reply) Adds a translation request.boolean
ITranslationEngine.translate
(KString sourceText, String sourceLanguageCode, String targetLanguageCode, ITranslationReply replyCallback) Translates a text in plain text or HTML.boolean
TranslationEngine.translate
(KString sourceText, String sourceLanguageCode, String targetLanguageCode, ITranslationReply replyCallback) Translates a text in plain text or HTML.