File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -575,11 +575,11 @@ class myapp extends Component {
575
575
NotificationHub .addEventListener (' azureNotificationHubRegistrationError' , this ._onAzureNotificationHubRegistrationError );
576
576
577
577
// notification: Fired when a remote notification is received. The
578
- // handler will be invoked with an instance of `PushNotificationIOS `.
578
+ // handler will be invoked with an instance of `AzureNotificationHubIOS `.
579
579
NotificationHub .addEventListener (' notification' , this ._onRemoteNotification );
580
580
581
581
// localNotification: Fired when a local notification is received. The
582
- // handler will be invoked with an instance of `PushNotificationIOS `.
582
+ // handler will be invoked with an instance of `AzureNotificationHubIOS `.
583
583
NotificationHub .addEventListener (' localNotification' , this ._onLocalNotification );
584
584
585
585
// Requests notification permissions from iOS, prompting the user's
You can’t perform that action at this time.
0 commit comments