getLatestUpdateTimestamp

abstract suspend fun getLatestUpdateTimestamp(userId: String): Long

Gets the most recent lastUpdated timestamp for a specific user's jetpacks.

Return

The most recent lastUpdated timestamp for that user's jetpacks.

Parameters

userId

The ID of the user whose jetpacks to check.