简体   繁体   中英

Android Java AWS SDK S3 Image Upload Callback Functions

I'm looking for a Android AWS S3 image upload callback function or someway of detecting whether the image uploaded successfully. The documentation didn't seem to list any. I'm following this Android tutorial .

Could someone advise me on this matter? Thanks

In the tutorial, the sample code snippets for Android use a synchronous service client. When a method returns a response object, it means the service call successfully completed. It throws an exception if the request fails.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM