Skip to content

Commit 7d5775f

Browse files
authored
Update README.md
1 parent 307f226 commit 7d5775f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample
3434
## Important !!
3535
```text
3636
Due to usage of the EMDK and the need to register the application, it is strongly advised to call the methods in your application class
37-
Check https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample implementation.
38-
It's a basic implementation using static members.
39-
Feel free to remove statics and replace them with a better code in terms of architecture.
40-
The goal was to pass the idea that theses number should be retrieved only once, and the best place for it is the Application class.
41-
Note that a mechanism has been added in V0.4 to wait for the EMDK in case it would not be available (the classic use case is when your app respond to the BOOT_COMPLETED event that occurs way before the EMDK finishes its initialization)
37+
Check https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample implementation.
38+
It's a basic implementation using static members.
39+
Feel free to remove statics and replace them with a better code in terms of architecture.
40+
The goal was to pass the idea that theses number should be retrieved only once, and the best place for it is the Application class.
41+
Note that a mechanism has been added in V0.4 to wait for the EMDK in case it would not be available (the classic use case is when your app respond to the BOOT_COMPLETED event that occurs way before the EMDK finishes its initialization)
4242
```
4343

4444
## Description

0 commit comments

Comments
 (0)