Uses of Interface
com.iizix.translate.ITranslationReply
Packages that use ITranslationReply Package Description com.iizix.translate Uses of ITranslationReply in com.iizix.translate
Fields in com.iizix.translate declared as ITranslationReply Modifier and Type Field Description protected ITranslationReply
AbstractTranslationRequest.RequestItem. reply
The reply callback when translation completes.Methods in com.iizix.translate with parameters of type ITranslationReply Modifier and Type Method Description boolean
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, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslationReply replyCallback)
Translates a text in plain text or HTML.boolean
TranslationEngine. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslationReply replyCallback)
Translates a text in plain text or HTML.