//library/com.uploadcare.android.library.api/UploadcareClient/getWebhooksAsync
getWebhooksAsync
[androidJvm]
Content
fun getWebhooksAsync(context: Context, callback: UploadcareWebhooksCallback)
More info
Requests Webhooks data Asynchronously.
Parameters
androidJvm
| Name | Summary |
|---|---|
| callback | callback UploadcareWebhooksCallback with either a response with List of UploadcareWebhook or a failure exception. |
| context | Application context. android.content.Context |