We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a0406 commit d8140b9Copy full SHA for d8140b9
fern/docs/pages/plug-sdk/ios/features.mdx
@@ -69,14 +69,14 @@ await DevRev.updateUser(Identity(organizationID: "organization-1337"))
69
70
## PLuG support chat
71
72
-### UIKit
73
-
74
The DevRev SDK allows you to configure the theme dynamically based on the system appearance or use a default theme configured in the DevRev portal.
75
76
```swift
77
DevRev.prefersSystemTheme: Bool
78
```
79
+### UIKit
+
80
The support chat feature can be shown as a modal screen from a specific view controller or the top-most one, or can be pushed onto a navigation stack.
81
82
To show the support chat screen in your app, you can use the following overloaded method:
0 commit comments