react-native-mytatva-rn-sdk 1.2.23 → 1.2.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -121,11 +121,6 @@ class CgmTrackyLibModule(reactContext: ReactApplicationContext) :
|
|
|
121
121
|
try {
|
|
122
122
|
userToken = token
|
|
123
123
|
|
|
124
|
-
val sharedPreferencesLibraryUtil = SharedPreferencesLibraryUtil(BApplication.getContext())
|
|
125
|
-
val information = sharedPreferencesLibraryUtil.qrInformation
|
|
126
|
-
if (information != null) {
|
|
127
|
-
Log.e("observeTransmitterUnbindStatus", Gson().toJson(information).toString())
|
|
128
|
-
|
|
129
124
|
authenticateSDKService.getCGMData(
|
|
130
125
|
environment = if ("uat".uppercase() == "PROD") TATVA_ENVIRONMENT.PROD else TATVA_ENVIRONMENT.STAGE,
|
|
131
126
|
token = userToken,
|
|
@@ -166,7 +161,7 @@ class CgmTrackyLibModule(reactContext: ReactApplicationContext) :
|
|
|
166
161
|
}
|
|
167
162
|
}
|
|
168
163
|
)
|
|
169
|
-
|
|
164
|
+
|
|
170
165
|
} catch (e: Exception) {
|
|
171
166
|
Log.e("observeTransmitterUnbindStatus", "observeTransmitterUnbindStatus: ${e.message}")
|
|
172
167
|
}
|