Skip to content

Commit b1ecc20

Browse files
committed
Update the iOS SDK documentation
1 parent 2dfa7c8 commit b1ecc20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fern/docs/pages/sdks/mobile/ios/features.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ DevRev.identifyVerifiedUser(_:sessionToken:)
9999
You can update the user's information using the following method:
100100

101101
```swift
102-
103102
DevRev.updateUser(_:)
104-
105103
```
106104

107105
This function accepts the `DevRev.Identity` structure.
@@ -273,7 +271,7 @@ To display the support chat screen in a SwiftUI app, you can use the following v
273271
DevRev.supportView
274272
```
275273

276-
#### New conversation closure
274+
### New conversation closure
277275

278276
You can receive a callback when a new conversation is created by setting the following closure:
279277

0 commit comments

Comments
 (0)