saturdaymp/XPlugins.Notifications

Allow Extra Information to be Passed Into the Notifications

mrbiggred opened this issue · 1 comments

Currently you can pass in some extra information into notifications but it is not fully implemented. Need to finalize and finishing implementing the extra info.

One of the problems is casting .NET types into the device specific types such as NSString, NSNumber, etc. My guess the extra info won't be able to support all types but will be limited to types we can convert. That should be enough as imagine most of the extra info will be IDs to various database or similar records.

The extra info is being passed in both iOS and Android. However the example applications don't show the extra info. Need to fix this in Case #8.