//library/com.uploadcare.android.library.api/UploadcareClient/storeGroupAsync
storeGroupAsync
[androidJvm]
Content
fun storeGroupAsync(context: Context, groupId: String, callback: RequestCallback? = null)
More info
Mark all files in a group as stored (available on CDN). Asynchronously.
Parameters
androidJvm
Name | Summary |
---|---|
callback | callback RequestCallback with either an HTTP response or a failure exception. |
context | Application context. android.content.Context |
groupId | Group ID |