예제 #1
0
        void ConfigurePushNotifications()
        {
            // Initialize our Google Cloud Messaging Service
            PushService.Initialize(this);

            // Register device for Google Cloud Messaging
            PushService.Register(this);
        }
예제 #2
0
 public void ConfigurePushNotifications()
 {
     PushService.Initialize(this);
     PushService.Register(this);
 }