You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Distribution/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ This module includes many features that will make you settings easy to use:
11
11
- Manage your settings and default values from one place (it set the UI of the companion app with default states as expected).
12
12
- Manage your own setting class (you don't have to set and update values).
13
13
14
+
# Versionning and Fitbit OS
15
+
Like the Fitbit SDK, this module target tow OS. This split was made to allow users to use types définitions with the fitbit SDK 5.
16
+
| Fitbit Os / SDK | Version to use |
17
+
| -- | -- |
18
+
| 4 | 2.x.x |
19
+
| 5 | 3.x.x |
20
+
14
21
# How does it work?
15
22
The cornerstone of this is your own setting class. In the common folder, you could have a class like this (each property is the key used in your settings UI):
0 commit comments