//library/com.uploadcare.android.library.api/GroupsQueryBuilder/asListAsync
asListAsync
[androidJvm]
Content
fun asListAsync(context: Context, limit: Int, next: URI?, callback: UploadcareGroupsCallback?)
More info
Returns a limited amount of group resources with specified offset Asynchronously.
Parameters
androidJvm
| Name | Summary |
|---|---|
| callback | UploadcareGroupsCallback. |
| context | application context. @link android.content.Context |
| limit | amount of resources returned in callback. |
| next | amount of resources to skip. if null then no offset will be applied. |
[androidJvm]
Content
fun asListAsync(callback: UploadcareAllGroupsCallback?)
More info
Iterates through all resources and returns a complete list Asynchronously.
Parameters
androidJvm
| Name | Summary |
|---|---|
| callback | UploadcareAllGroupsCallback. |