//library/com.uploadcare.android.library.api/UploadcareClient/getProjectAsync
getProjectAsync
[androidJvm]
Content
fun getProjectAsync(context: Context, callback: ProjectCallback? = null)
More info
Requests project info from the API Asynchronously.
Parameters
androidJvm
Name | Summary |
---|---|
callback | callback ProjectCallback with either an Project response or a failure exception. |
context | Application context. android.content.Context |