@sentiance-react-native/core 6.4.0-rc.1 → 6.4.0-rc.2
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.
|
@@ -1162,7 +1162,7 @@
|
|
|
1162
1162
|
- (NSArray<NSDictionary<NSString *, NSNumber *> *> *)convertPhoneUsageEvents:(NSArray<SENTPhoneUsageEvent*> *)phoneUsageEvents {
|
|
1163
1163
|
NSMutableArray <NSDictionary<NSString *, NSNumber *> *> *array = [[NSMutableArray alloc] init];
|
|
1164
1164
|
for (SENTPhoneUsageEvent *event in phoneUsageEvents) {
|
|
1165
|
-
[array addObject:[self
|
|
1165
|
+
[array addObject:[self convertPhoneUsageEvent:event]];
|
|
1166
1166
|
}
|
|
1167
1167
|
return array;
|
|
1168
1168
|
}
|