AppTimeStampContext

@Singleton
class AppTimeStampContext @Inject constructor(sharedPreference: SharedPreferencesHelper) : ResourceParamsBasedDownloadWorkManager.TimestampContext

Constructors

Link copied to clipboard
@Inject
constructor(sharedPreference: SharedPreferencesHelper)

Functions

Link copied to clipboard
open suspend override fun getLasUpdateTimestamp(resourceType: ResourceType): String?
Link copied to clipboard
open suspend override fun saveLastUpdatedTimestamp(resourceType: ResourceType, timestamp: String?)