rdelrosario / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
179 stars 161 forks source link

Support tag and id values from the data dict. #13

Closed howbazaar closed 9 years ago

howbazaar commented 9 years ago

Provide key values for "tag" and "id", and get these values out of the parameters dict when examining the intent.

Call the notify method that supports the tag.

Default behaviour stays the same if the user does not specify a tag or id in the data.

howbazaar commented 9 years ago

Addresses issue #11