Message Inbox for Xamarin
How to implement Message Inbox for your Xamarin project
Xamarin.iOS
1. Add Pushwoosh.Inbox.Xamarin.iOS Nuget package to your project.
2. In your project, open AppDelegate.cs and connect Pushwoosh.Inbox by adding the using Pushwoosh.Inbox
line.
3. To show the Inbox UI in your app, add the Inbox view controller:
4. To make the Inbox look like an organic part of your app, change the parameters of PWIInboxStyle. You can customize such parameters as font, background color, etc.
For more details, take a look at Inbox sample https://github.com/Pushwoosh/pushwoosh-xamarin/tree/master/Samples/iOS
Xamarin.Android
1. Add Pushwoosh.Inbox.Xamarin.Android Nuget package to your project. 2. Connect Pushwoosh.Inbox by adding the following lines:
3. To show Inbox UI in your app, start the InboxActivity:
4. To make the Inbox look like an organic part of your app, change the parameters of PushwooshInboxStyle. You can customize such parameters as font, background color, etc.
For more details, take a look at Inbox sample https://github.com/Pushwoosh/pushwoosh-xamarin/tree/master/Samples/Droid
Share your feedback with us
Your feedback helps us create a better experience, so we would love to hear from you if you have any issues during the SDK integration process. If you face any difficulties, please do not hesitate to share your thoughts with us via this form.
Last updated