//library/com.uploadcare.android.library.api/UploadcareClient/createGroup

createGroup

[androidJvm]
Content
fun createGroup(fileIds: List<String>, jsonpCallback: String? = null): UploadcareGroup
More info

Create files group from a set of files by using their UUIDs.

Return

New created Group resource instance.

Parameters

androidJvm

Name Summary
fileIds

That parameter defines a set of files you want to join in a group.

jsonpCallback

Sets the name of your JSONP callback function.