Skip to content

Commit f0900af

Browse files
authored
Update README.md
1 parent 5c7c149 commit f0900af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ To invite a customer to the session, call the `inviteUser()` method on the sessi
173173
```java
174174
session.inviteUser("Customer name", UserType.CLIENT, "[email protected]", "+14159495533", new InvitationResponseListener() {
175175
@Override
176-
public void onSuccess(URL url) {
177-
// ...
178-
Log.d("URL", url.toString()); // => https://m.pathsha.re/12s83a
179-
}
176+
public void onSuccess(URL url) {
177+
// ...
178+
Log.d("URL", url.toString()); // => https://m.pathsha.re/12s83a
179+
}
180180

181-
public void onError() {
182-
// ...
183-
}
181+
public void onError() {
182+
// ...
183+
}
184184
});
185185
```
186186

0 commit comments

Comments
 (0)