You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function accepts the `DevRev.Identity` structure, where the user identifier (`userId`) is the only required property; all other properties are optional.
111
111
112
-
####Verified identification
112
+
### Verified identification
113
113
The verified identification method is used to identify the user with a unique identifier and verify the user's identity with the DevRev backend.
114
114
115
115
```swift
@@ -205,14 +205,14 @@ To display the support chat screen in a SwiftUI app, you can use the following v
205
205
DevRev.supportView
206
206
```
207
207
208
-
####Creating a new conversation
208
+
### Creating a new conversation
209
209
You have the ability to create a new conversation from within your app. The method will show the support chat screen and create a new conversation at the same time.
210
210
211
211
```swift
212
212
DevRev.createSupportConversation()
213
213
```
214
214
215
-
####New conversation closure
215
+
### New conversation closure
216
216
217
217
You can receive a callback when a new conversation is created by setting the following closure:
0 commit comments