kinta-lib / com.dailymotion.kinta.integration.appgallery / AppGalleryIntegration
AppGalleryIntegration
object AppGalleryIntegration
Functions
Name | Summary |
---|---|
deleteListing | Delete a language listingfun deleteListing(client_id: String ? = null, client_secret: String ? = null, package_name: String ? = null, lang: String ): Unit |
getListings | fun getListings(client_id: String ? = null, client_secret: String ? = null, package_name: String ? = null): List <ListingResource> |
isConfigured | fun isConfigured(): Boolean |
submit | Submit the app for reviewfun submit(client_id: String ? = null, client_secret: String ? = null, package_name: String ? = null): Unit |
uploadChangelog | Upload the changelog for a specific languagefun uploadChangelog(client_id: String ? = null, client_secret: String ? = null, package_name: String ? = null, lang: String , changelog: String ): Unit |
uploadDraft | Upload a new archive filefun uploadDraft(client_id: String ? = null, client_secret: String ? = null, package_name: String ? = null, file: File ): Unit |
uploadListing | Upload a listingfun uploadListing(client_id: String ? = null, client_secret: String ? = null, package_name: String ? = null, listing: ListingResource): Unit |