getBlobs

fun getBlobs(tripId: String): List<Pair<Blob, Device>>

Gets the blobs and the device that gathered it for a specified trip

Return

List of a pair of Blob and the Device that generated the blob, both of which are related to the given trip

Parameters

tripId

Id of the trip to get events from