6

I am using azure notification hub in my android app. after following all procedures i am getting an error.

import com.microsoft.windowsazure.messaging.*;

is not detected. and private NotificationHub hub; is not getting declared

Am i missing some library?

Kevin Lannen
  • 89
  • 2
  • 13
ajinkya gaurkar
  • 197
  • 1
  • 14
  • i solved the problem ..i was missing the "notification-hubs0.4" jar. so now "import com.microsoft.windowsazure.messaging.*; " shows no error. But "NotificationHub" class is still not detected, any idea? – ajinkya gaurkar Dec 05 '15 at 10:48

1 Answers1

0

The NotificationHub class is in com.microsoft.windowsazure.messaging.notificationhubs.*

Adrian Hall
  • 7,990
  • 1
  • 18
  • 26