ParamountVentures / ventures-paramount-phonegap-plugin-notificationhubs

A plugin based on the PhoneGap Push plugin adapted to work with Azure Notification Hubs.
MIT License
1 stars 0 forks source link

WNS toast payload extra parameters #3

Open candidodmv opened 8 years ago

candidodmv commented 8 years ago

With GCM and APS include extra parameters isn't difficult , but wns I don't know how do this. How succed with this issue?

candidodmv commented 8 years ago

I'm using this payload:

                <toast>
                    <visual>
                        <binding template=""ToastText02"">
                            <text id=""1"">headlineText</text>
                            <text id=""2"">bodyText</text>
                        </binding>  
                    </visual>
                </toast>