Example #1
0
        public App()
        {
            InitializeComponent();

            mPage = new PushNotificationSample.MainPage()
            {
                Message = "Hello Push Notifications!"
            };

            MainPage = new NavigationPage(mPage);
        }
Example #2
0
        public App()
        {
            InitializeComponent();

            MainPage = new PushNotificationSample.MainPage();
        }