Skip to content

Commit

Permalink
docs: fix update fingerprint parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
TeruyaHaroldo committed Apr 28, 2021
1 parent 993fbeb commit ac3e3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ class HandshakeViewController: HandshakeListener {

### Method

| Function | Parameters | Description
| - | - | -
| updateFingerprint | `publicKey: String, serviceUrl` | Update the list of fingerprints from the remote server. The method is asynchronous. Response can get in the `HandshakeListener` interface.
| Function | Parameters | Description
| - | - | -
| updateFingerprint | `publicKey: String, serviceUrl: String` | Update the list of fingerprints from the remote server. The method is asynchronous. Response can get in the `HandshakeListener` interface.

### Event

Expand Down

0 comments on commit ac3e3ee

Please sign in to comment.