Skip to content

Commit cc429a1

Browse files
committed
Improve the wording in the SDK
1 parent 68c9896 commit cc429a1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ For example:
379379

380380
## Dynamic theme configuration
381381

382-
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme will be dynamic and follow the system appearance.
382+
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme is dynamic and follows the system appearance.
383383

384384
<Tabs>
385385
<Tab title="Kotlin">
@@ -516,7 +516,7 @@ Here are the available methods to help you control the session recording feature
516516
</Tab>
517517
</Tabs>
518518

519-
Using this property will return the status of the session recording:
519+
Using this property returns the status of the session recording:
520520

521521
<Tabs>
522522
<Tab title="Kotlin">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ DevRev.setShouldDismissModalsOnOpenLink(value, successCallback, errorCallback)
222222

223223
## Dynamic theme configuration
224224

225-
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme will be dynamic and follow the system appearance.
225+
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme is dynamic and follows the system appearance.
226226

227227
```javascript
228228
DevRev.setPrefersSystemTheme(value, successCallback, errorCallback)
@@ -414,7 +414,7 @@ DevRev.processPushNotification(messageJson, function() {
414414

415415
#### iOS
416416

417-
On iOS devices, you must pass the received push notification payload to the DevRev SDK for processing. The SDK will then handle the notification and execute the necessary actions.
417+
On iOS devices, you must pass the received push notification payload to the DevRev SDK for processing. The SDK handles the notification and executes the necessary actions.
418418

419419
```javascript
420420
DevRev.processPushNotification(payload, successCallback, errorCallback)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Setting this flag to true applies the system's default behavior for opening link
240240

241241
## Dynamic theme configuration
242242

243-
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme will be dynamic and follow the system appearance.
243+
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme is dynamic and follows the system appearance.
244244

245245
```dart
246246
DevRev.setPrefersSystemTheme(value: boolean);
@@ -466,7 +466,7 @@ DevRev.processPushNotification(payload);
466466

467467
#### iOS
468468

469-
On iOS devices, you must pass the received push notification payload to the DevRev SDK for processing. The SDK will then handle the notification and execute the necessary actions.
469+
On iOS devices, you must pass the received push notification payload to the DevRev SDK for processing. The SDK handles the notification and executes the necessary actions.
470470

471471
```dart
472472
DevRev.processPushNotification(payload);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ DevRev.shouldDismissModalsOnOpenLink: Bool
307307

308308
## Dynamic theme configuration
309309

310-
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme will be dynamic and follow the system appearance.
310+
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme is dynamic and follows the system appearance.
311311

312312
```swift
313313
DevRev.prefersSystemTheme: Bool

fern/docs/pages/sdks/mobile/react-native/features.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ DevRev.setInAppLinkHandler((url) => {
225225

226226
## Dynamic theme configuration
227227

228-
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme will be dynamic and follow the system appearance.
228+
The DevRev SDK allows you to configure the theme dynamically based on the system appearance, or use the theme configured on the DevRev portal. By default, the theme is dynamic and follows the system appearance.
229229

230230
```typescript
231231
DevRev.setPrefersSystemTheme(value: boolean)
@@ -408,7 +408,7 @@ DevRev.processPushNotification(JSON.stringify(messageJson));
408408
```
409409
#### iOS
410410

411-
On iOS devices, you must pass the received push notification payload to the DevRev SDK for processing. The SDK will then handle the notification and execute the necessary actions.
411+
On iOS devices, you must pass the received push notification payload to the DevRev SDK for processing. The SDK handles the notification and executes the necessary actions.
412412

413413
```typescript
414414
DevRev.processPushNotification(payload: string)

0 commit comments

Comments
 (0)