Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get extra's from ChooserManager #50

Closed
dremex opened this issue Jan 21, 2015 · 5 comments
Closed

Get extra's from ChooserManager #50

dremex opened this issue Jan 21, 2015 · 5 comments
Milestone

Comments

@dremex
Copy link

dremex commented Jan 21, 2015

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

@dremex dremex changed the title Get extra's from ImageChooserManager Get extra's from ChooserManager Jan 21, 2015
@coomar2841
Copy link
Owner

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
Copy link
Author

dremex commented Jan 22, 2015

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
Copy link

naphtul commented Feb 26, 2015

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

@coomar2841
Copy link
Owner

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

@coomar2841 coomar2841 added this to the 1.6.0 milestone Mar 11, 2016
@coomar2841
Copy link
Owner

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants