Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaioannou authored and vkanellopoulos committed Jan 31, 2024
1 parent ef545ad commit a73d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The available events are:
3. `TransferEvent.Connected`: The devices are connected.
4. `TransferEvent.RequestReceived`: A request is received. Get the request from `event.request`.
5. `TransferEvent.ResponseSent`: A response is sent.
6. `TransferEvent.Redirect`: This event prompts to redirect the user to the given the Redirect URI. Get the Redirect URI from `event.redirectUri`.
6. `TransferEvent.Redirect`: This event prompts to redirect the user to the given Redirect URI. Get the Redirect URI from `event.redirectUri`.
7. `TransferEvent.Disconnected`: The devices are disconnected.
8. `TransferEvent.Error`: An error occurred. Get the `Throwable` error from `event.error`.

Expand Down

0 comments on commit a73d44b

Please sign in to comment.