LexiconListener

Xunfei Voice+



com.iflytek.speech 接口 LexiconListener

所有超级接口:
android.os.IInterface
所有已知实现类:
LexiconListener.Stub

public interface LexiconListener
extends android.os.IInterface

词典更新回调接口。


嵌套类摘要
static class LexiconListener.Stub
          Local-side IPC implementation stub class.
 
方法摘要
 void onLexiconUpdated(java.lang.String lexiconId, int errorCode)
          词典构建完成
 
从接口 android.os.IInterface 继承的方法
asBinder
 

方法详细信息

onLexiconUpdated

void onLexiconUpdated(java.lang.String lexiconId,
                      int errorCode)
                      throws android.os.RemoteException
词典构建完成

参数:
lexiconId - 词典ID
errorCode - 错误码,0表示成功,详细错误码请看ErrorCode
抛出:
android.os.RemoteException