coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 192 forks source link

Get extra's from ChooserManager #50

Closed dremex closed 8 years ago

dremex commented 9 years ago

Hello,

Thanks to #34 it's possible to set extra's on ChooserManager's but I can't find a way to retrieve these afterwards, is this currently possible or would it require a new getter to fetch these?

Thanks

coomar2841 commented 9 years ago

Hmm, will need to add a setter method for that. Will look into that. Just wondering as to why you would need that info?

dremex commented 9 years ago

My app allows users to take different "types" of photos via different buttons. Currently I have to track what type of photo is being taken via a global variable in the activity whereas I'd like to simply pass it as an extra to my ChooserManager and then retrieve it after the photo has been taken (inside the onImageChosen callback).

naphtul commented 9 years ago

I have a very similar issue to @dremex. @coomar2841 , it would be great to have it!

coomar2841 commented 9 years ago

Ok, Will add it with the next release. Thanks for your inputs.

coomar2841 commented 8 years ago

Done.