kinta-lib / com.dailymotion.kinta.integration.appgallery.internal / AppGalleryService
AppGalleryService
interface AppGalleryService
Functions
Name | Summary |
---|---|
acquireToken | abstract fun acquireToken(tokenBody: TokenBody ): Call< TokenResult > |
deleteListing | abstract fun deleteListing(appId: String , lang: String ): Call< CommonResult > |
getAppId | abstract fun getAppId(packageName: String ): Call< AppsIdsResult > |
getListings | abstract fun getListings(appId: String ): Call< ListingResult > |
getUploadUrl | abstract fun getUploadUrl(appId: String , suffix: String ): Call< UploadUrlResult > |
submit | abstract fun submit(appId: String , releaseType: String , requestBody: RequestBody): Call< CommonResult > |
updateAppFileInfo | abstract fun updateAppFileInfo(appId: String , appInfoFiles: AppInfoFilesBody ): Call< CommonResult > |
updateChangelog | abstract fun updateChangelog(appId: String , changelogBody: ChangelogBody ): Call< CommonResult > |
updateListings | abstract fun updateListings(appId: String , listingBody: ListingBody ): Call< CommonResult > |
upload | abstract fun upload(uploadUrl: String , file: Part, name: RequestBody, authCode: RequestBody, fileCount: RequestBody): Call< UploadFileResult > |