Skip to content

Commit 42a8935

Browse files
author
spoeck
committed
doc: add requestEvent Method to table
1 parent 17c8929 commit 42a8935

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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: ()=>{} | | |

0 commit comments

Comments
 (0)