Azure / azure-notificationhubs-android

Android SDK and Samples for Azure Notification Hubs
Apache License 2.0
33 stars 63 forks source link

Unresolved reference start and setListener while setting up Notification Hub 'Current SDK' #196

Closed rakeshh025 closed 3 years ago

rakeshh025 commented 3 years ago

I'm trying to integrate NotificationHubs new SDK as per https://docs.microsoft.com/en-us/azure/notification-hubs/android-sdk. I'm getting the below error in code when trying to initialise NotificationHub in my kotlin Activity. :

Unresolved reference start

image

Please help.

Note : I'm not using the legacy SDK, but the current SDK.