File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -359,10 +359,6 @@ The support button can also accept default parameters like
359
359
360
360
``` kotlin
361
361
android: src= " @your_drawable_here"
362
- ```
363
- and
364
-
365
- ``` kotlin
366
362
android: backgroundTint= " @your_background_color"
367
363
```
368
364
@@ -599,8 +595,9 @@ To protect sensitive data, the DevRev SDK provides an auto-masking feature that
599
595
600
596
While the auto-masking feature may be sufficient for most situations, you can manually mark/unmark additional views as sensitive.
601
597
602
- > [ !NOTE]
603
- > Use Tag method only when you don't have any other tag already applied to your UI element.
598
+ ### Mask
599
+ ### Using tag
600
+ <Note >Use the ` Tag ` method only when you don't have any other tag already applied to your UI element.</Note >
604
601
605
602
``` xml
606
603
android:tag="devrev-mask"
@@ -877,7 +874,7 @@ For example:
877
874
### Screen transition management
878
875
879
876
The DevRev SDK allows tracking of screen transitions to understand user navigation within your app.
880
- You can check if a screen transition is in progress and manually update the state using the following methods:
877
+ You can check if a screen transition is in progress and manually update the state using the following methods.
881
878
882
879
### Check if the screen is transitioning
883
880
You can’t perform that action at this time.
0 commit comments