insertImage

open suspend override fun insertImage(imageUuid: UUID, userId: Int, routeNumber: String, localUri: Uri)

Inserts an image with the specified imageUuid, userId, routeNumber, and localUri into the local database.

Parameters

imageUuid

The UUID of the image.

userId

The ID of the user (loader) associated with the image.

routeNumber

The route number associated with the image.

localUri

The local URI of the image.