Hello,
I'm trying to implement a progress notification for a background service I am running as detailed here:
http://developer.android.com/training/notify-user/display-progress.html
However I cannot fins the setProgress Method on the Xamarin Notification Object.
I have looked in the Xamarin Notification section here:
There is no mention of a progress Notification in the above url. There are no obvious methods that seem to match setProgress.
Is this possible in Xamarin?
Thanks,
Jon