sgrebnov / cordova-plugin-azure-notificationhub

Apache License 2.0
11 stars 36 forks source link

Question: How is didRegisterForRemoteNotificationsWithDeviceTokenCordova called? #14

Open stevenlivz opened 8 years ago

stevenlivz commented 8 years ago

Hi. I am new to iOS coding and although i can understand most of it, I can't quite figure out how didRegisterForRemoteNotificationsWithDeviceTokenCordova is called/invoked - this being the part that seems to do the actual registration with Notification Hubs after didRegisterForRemoteNotificationsWithDeviceToken. I can't find any reference to it and figure it is maybe some event that is thrown.

Any insight would be much appreciated.