2
2
<a name =" UserSettings_Plugin " ></a >
3
3
# UserSettings Plugin
4
4
5
- ** Version: [ 2.3 .0] ( https://github.com/rdkcentral/rdkservices/blob/main/UserSettings/CHANGELOG.md ) **
5
+ ** Version: [ 1.0 .0] ( ) **
6
6
7
7
A org.rdk.UserSettings plugin for Thunder framework.
8
8
@@ -17,7 +17,7 @@ A org.rdk.UserSettings plugin for Thunder framework.
17
17
<a name =" Abbreviation,_Acronyms_and_Terms " ></a >
18
18
# Abbreviation, Acronyms and Terms
19
19
20
- [[ Refer to this link] ( userguide /aat.md)]
20
+ [[ Refer to this link] ( overview /aat.md)]
21
21
22
22
<a name =" Description " ></a >
23
23
# Description
@@ -108,7 +108,7 @@ Setting Audio Description.
108
108
109
109
| Name | Type | Description |
110
110
| :-------- | :-------- | :-------- |
111
- | result | string | On success null will be returned |
111
+ | result | null | On success null will be returned |
112
112
113
113
### Example
114
114
@@ -131,7 +131,7 @@ Setting Audio Description.
131
131
{
132
132
"jsonrpc" : " 2.0" ,
133
133
"id" : 42 ,
134
- "result" : " null"
134
+ "result" : null
135
135
}
136
136
```
137
137
@@ -156,7 +156,7 @@ Setting Preferred Audio Languages.
156
156
157
157
| Name | Type | Description |
158
158
| :-------- | :-------- | :-------- |
159
- | result | string | On success null will be returned |
159
+ | result | null | On success null will be returned |
160
160
161
161
### Example
162
162
@@ -179,7 +179,7 @@ Setting Preferred Audio Languages.
179
179
{
180
180
"jsonrpc" : " 2.0" ,
181
181
"id" : 42 ,
182
- "result" : " null"
182
+ "result" : null
183
183
}
184
184
```
185
185
@@ -204,7 +204,7 @@ Setting Presentation Languages.
204
204
205
205
| Name | Type | Description |
206
206
| :-------- | :-------- | :-------- |
207
- | result | string | On success null will be returned |
207
+ | result | null | On success null will be returned |
208
208
209
209
### Example
210
210
@@ -227,7 +227,7 @@ Setting Presentation Languages.
227
227
{
228
228
"jsonrpc" : " 2.0" ,
229
229
"id" : 42 ,
230
- "result" : " null"
230
+ "result" : null
231
231
}
232
232
```
233
233
@@ -252,7 +252,7 @@ Setting Captions.
252
252
253
253
| Name | Type | Description |
254
254
| :-------- | :-------- | :-------- |
255
- | result | string | On success null will be returned |
255
+ | result | null | On success null will be returned |
256
256
257
257
### Example
258
258
@@ -275,7 +275,7 @@ Setting Captions.
275
275
{
276
276
"jsonrpc" : " 2.0" ,
277
277
"id" : 42 ,
278
- "result" : " null"
278
+ "result" : null
279
279
}
280
280
```
281
281
@@ -300,7 +300,7 @@ Setting PreferredCaption Languages.
300
300
301
301
| Name | Type | Description |
302
302
| :-------- | :-------- | :-------- |
303
- | result | string | On success null will be returned |
303
+ | result | null | On success null will be returned |
304
304
305
305
### Example
306
306
@@ -323,7 +323,7 @@ Setting PreferredCaption Languages.
323
323
{
324
324
"jsonrpc" : " 2.0" ,
325
325
"id" : 42 ,
326
- "result" : " null"
326
+ "result" : null
327
327
}
328
328
```
329
329
@@ -348,7 +348,7 @@ Setting Preferred Closed Caption Service.
348
348
349
349
| Name | Type | Description |
350
350
| :-------- | :-------- | :-------- |
351
- | result | string | On success null will be returned |
351
+ | result | null | On success null will be returned |
352
352
353
353
### Example
354
354
@@ -371,7 +371,7 @@ Setting Preferred Closed Caption Service.
371
371
{
372
372
"jsonrpc" : " 2.0" ,
373
373
"id" : 42 ,
374
- "result" : " null"
374
+ "result" : null
375
375
}
376
376
```
377
377
@@ -396,7 +396,7 @@ Setting PinControl.
396
396
397
397
| Name | Type | Description |
398
398
| :-------- | :-------- | :-------- |
399
- | result | string | On success null will be returned |
399
+ | result | null | On success null will be returned |
400
400
401
401
### Example
402
402
@@ -419,7 +419,7 @@ Setting PinControl.
419
419
{
420
420
"jsonrpc" : " 2.0" ,
421
421
"id" : 42 ,
422
- "result" : " null"
422
+ "result" : null
423
423
}
424
424
```
425
425
@@ -444,7 +444,7 @@ Setting ViewingRestrictions.
444
444
445
445
| Name | Type | Description |
446
446
| :-------- | :-------- | :-------- |
447
- | result | string | On success null will be returned |
447
+ | result | null | On success null will be returned |
448
448
449
449
### Example
450
450
@@ -467,7 +467,7 @@ Setting ViewingRestrictions.
467
467
{
468
468
"jsonrpc" : " 2.0" ,
469
469
"id" : 42 ,
470
- "result" : " null"
470
+ "result" : null
471
471
}
472
472
```
473
473
@@ -492,7 +492,7 @@ Setting viewingRestrictionsWindow.
492
492
493
493
| Name | Type | Description |
494
494
| :-------- | :-------- | :-------- |
495
- | result | string | On success null will be returned |
495
+ | result | null | On success null will be returned |
496
496
497
497
### Example
498
498
@@ -515,7 +515,7 @@ Setting viewingRestrictionsWindow.
515
515
{
516
516
"jsonrpc" : " 2.0" ,
517
517
"id" : 42 ,
518
- "result" : " null"
518
+ "result" : null
519
519
}
520
520
```
521
521
@@ -540,7 +540,7 @@ Setting LiveWatershed.
540
540
541
541
| Name | Type | Description |
542
542
| :-------- | :-------- | :-------- |
543
- | result | string | On success null will be returned |
543
+ | result | null | On success null will be returned |
544
544
545
545
### Example
546
546
@@ -563,7 +563,7 @@ Setting LiveWatershed.
563
563
{
564
564
"jsonrpc" : " 2.0" ,
565
565
"id" : 42 ,
566
- "result" : " null"
566
+ "result" : null
567
567
}
568
568
```
569
569
@@ -588,7 +588,7 @@ Setting PlaybackWatershed.
588
588
589
589
| Name | Type | Description |
590
590
| :-------- | :-------- | :-------- |
591
- | result | string | On success null will be returned |
591
+ | result | null | On success null will be returned |
592
592
593
593
### Example
594
594
@@ -611,7 +611,7 @@ Setting PlaybackWatershed.
611
611
{
612
612
"jsonrpc" : " 2.0" ,
613
613
"id" : 42 ,
614
- "result" : " null"
614
+ "result" : null
615
615
}
616
616
```
617
617
@@ -636,7 +636,7 @@ Setting BlockNotRatedContent.
636
636
637
637
| Name | Type | Description |
638
638
| :-------- | :-------- | :-------- |
639
- | result | string | On success null will be returned |
639
+ | result | null | On success null will be returned |
640
640
641
641
### Example
642
642
@@ -659,7 +659,7 @@ Setting BlockNotRatedContent.
659
659
{
660
660
"jsonrpc" : " 2.0" ,
661
661
"id" : 42 ,
662
- "result" : " null"
662
+ "result" : null
663
663
}
664
664
```
665
665
@@ -684,7 +684,7 @@ Setting setPinOnPurchase.
684
684
685
685
| Name | Type | Description |
686
686
| :-------- | :-------- | :-------- |
687
- | result | string | On success null will be returned |
687
+ | result | null | On success null will be returned |
688
688
689
689
### Example
690
690
@@ -707,7 +707,7 @@ Setting setPinOnPurchase.
707
707
{
708
708
"jsonrpc" : " 2.0" ,
709
709
"id" : 42 ,
710
- "result" : " null"
710
+ "result" : null
711
711
}
712
712
```
713
713
@@ -732,7 +732,7 @@ Sets highContrast. Whether the app should display with high contrast or not.
732
732
733
733
| Name | Type | Description |
734
734
| :-------- | :-------- | :-------- |
735
- | result | string | On success null will be returned |
735
+ | result | null | On success null will be returned |
736
736
737
737
### Example
738
738
@@ -755,7 +755,7 @@ Sets highContrast. Whether the app should display with high contrast or not.
755
755
{
756
756
"jsonrpc" : " 2.0" ,
757
757
"id" : 42 ,
758
- "result" : " null"
758
+ "result" : null
759
759
}
760
760
```
761
761
@@ -780,7 +780,7 @@ Sets voiceGuidance. Whether Voice Guidance is enabled or not.
780
780
781
781
| Name | Type | Description |
782
782
| :-------- | :-------- | :-------- |
783
- | result | string | On success null will be returned |
783
+ | result | null | On success null will be returned |
784
784
785
785
### Example
786
786
@@ -803,7 +803,7 @@ Sets voiceGuidance. Whether Voice Guidance is enabled or not.
803
803
{
804
804
"jsonrpc" : " 2.0" ,
805
805
"id" : 42 ,
806
- "result" : " null"
806
+ "result" : null
807
807
}
808
808
```
809
809
@@ -828,7 +828,7 @@ Sets voiceGuidanceRate. Setting voice guidance rate value. from 0.1 to 10 inclus
828
828
829
829
| Name | Type | Description |
830
830
| :-------- | :-------- | :-------- |
831
- | result | string | On success null will be returned |
831
+ | result | null | On success null will be returned |
832
832
833
833
### Example
834
834
@@ -851,7 +851,7 @@ Sets voiceGuidanceRate. Setting voice guidance rate value. from 0.1 to 10 inclus
851
851
{
852
852
"jsonrpc" : " 2.0" ,
853
853
"id" : 42 ,
854
- "result" : " null"
854
+ "result" : null
855
855
}
856
856
```
857
857
@@ -876,7 +876,7 @@ Sets voiceGuidanceHints ON/OFF. Whether Voice Guidance hints setting is switched
876
876
877
877
| Name | Type | Description |
878
878
| :-------- | :-------- | :-------- |
879
- | result | string | On success null will be returned |
879
+ | result | null | On success null will be returned |
880
880
881
881
### Example
882
882
@@ -899,7 +899,7 @@ Sets voiceGuidanceHints ON/OFF. Whether Voice Guidance hints setting is switched
899
899
{
900
900
"jsonrpc" : " 2.0" ,
901
901
"id" : 42 ,
902
- "result" : " null"
902
+ "result" : null
903
903
}
904
904
```
905
905
@@ -924,7 +924,7 @@ Setting ContentPin.
924
924
925
925
| Name | Type | Description |
926
926
| :-------- | :-------- | :-------- |
927
- | result | string | On success null will be returned |
927
+ | result | null | On success null will be returned |
928
928
929
929
### Example
930
930
@@ -947,7 +947,7 @@ Setting ContentPin.
947
947
{
948
948
"jsonrpc" : " 2.0" ,
949
949
"id" : 42 ,
950
- "result" : " null"
950
+ "result" : null
951
951
}
952
952
```
953
953
0 commit comments