File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -207,12 +207,13 @@ ApiAi.setConfiguration("4xxxxxxxe90xxxxxxxxc372", ApiAi.LANG_GERMAN);
207207* LANG_UKRAINIAN
208208
209209## Methods
210- | name | platform | param1 | param2 | param3 |
211- | --------------------- | -------- | --------- | --------- | --------- |
210+ | name | platform | param1 | param2 | param3 | param4 |
211+ | --------------------- | -------- | --------- | --------- | --------- | --------- |
212212| ` setConfiguration ` | both | clientAccessToken: String | languageTag: String | |
213213| ` startListening ` | both | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} | |
214214| ` finishListening ` | ios | | | |
215215| ` requestQuery ` | both | query: String | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} |
216+ | ` requestEvent ` | both | eventName: String | eventData: Object | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} |
216217| ` onListeningStarted ` | android | callback: ()=>{} | | |
217218| ` onListeningCanceled ` | android | callback: ()=>{} || |
218219| ` onListeningFinished ` | android | callback: ()=>{} | | |
You can’t perform that action at this time.
0 commit comments