-
public final class BatchesToSegmentsMapperMaps a batch to a Pair<MobileSegment, SerializedMobileSegment> for uploading. This class is meant for internal usage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBatchesToSegmentsMapper.Companion
-
Constructor Summary
Constructors Constructor Description BatchesToSegmentsMapper()
-
Method Summary
Modifier and Type Method Description final Pair<MobileSegment, JsonObject>map(List<ByteArray> batchData)-
-
Method Detail
-
map
final Pair<MobileSegment, JsonObject> map(List<ByteArray> batchData)
-
-
-
-