InitListener

Xunfei Voice+



com.iflytek.speech 接口 InitListener


public interface InitListener

初始化完成回调接口。

作者:
iflytek

方法摘要
 void onInit(ISpeechModule speechModule, int errorCode)
          初始化完成回调
 

方法详细信息

onInit

void onInit(ISpeechModule speechModule,
            int errorCode)
初始化完成回调

参数:
speechModule - 语音模块接口
errorCode - 错误码,0表示成功,详细错误码请看ErrorCode