Skip to content

Commit

Permalink
doc: add requestEvent Method to table
Browse files Browse the repository at this point in the history
  • Loading branch information
spoeck committed Oct 8, 2017
1 parent 17c8929 commit 42a8935
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,13 @@ ApiAi.setConfiguration("4xxxxxxxe90xxxxxxxxc372", ApiAi.LANG_GERMAN);
* LANG_UKRAINIAN

## Methods
| name | platform | param1 | param2 | param3 |
| --------------------- | -------- | --------- | --------- | --------- |
| name | platform | param1 | param2 | param3 | param4 |
| --------------------- | -------- | --------- | --------- | --------- | --------- |
| `setConfiguration` | both | clientAccessToken: String | languageTag: String | |
| `startListening` | both | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} | |
| `finishListening` | ios | | | |
| `requestQuery` | both | query: String | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} |
| `requestEvent` | both | eventName: String | eventData: Object | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} |
| `onListeningStarted` | android | callback: ()=>{} | | |
| `onListeningCanceled` | android | callback: ()=>{} || |
| `onListeningFinished` | android | callback: ()=>{} | | |
Expand Down

0 comments on commit 42a8935

Please sign in to comment.