kinta-workflows / com.dailymotion.kinta.workflows.builtin.playstore / LocalMetadataHelper
LocalMetadataHelper
object LocalMetadataHelper
Properties
Name | Summary |
---|---|
ANDROID_METADATA_FOLDER | val ANDROID_METADATA_FOLDER: File |
Functions
Name | Summary |
---|---|
cleanMetaDatas | fun cleanMetaDatas(): Unit |
getAllListing | Retrieve local listings metadatasfun getAllListing(): List <ListingResource> |
getChangelog | Retrieve all localized changeLogs for a specific version codefun getChangelog(versionCode: Long ): List <ChangelogResource> |
getImages | Retrieve local images metadatafun getImages(languageCode: String ? = null, imageType: String ? = null): List <ImageUploadData> |
saveChangeLogs | fun saveChangeLogs(changeLogs: List <ChangelogResource>): Unit |
saveListings | fun saveListings(listings: List <ListingResource>): Unit |