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 {
575575 NotificationHub .addEventListener (' azureNotificationHubRegistrationError' , this ._onAzureNotificationHubRegistrationError );
576576
577577 // 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 `.
579579 NotificationHub .addEventListener (' notification' , this ._onRemoteNotification );
580580
581581 // 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 `.
583583 NotificationHub .addEventListener (' localNotification' , this ._onLocalNotification );
584584
585585 // Requests notification permissions from iOS, prompting the user's
You can’t perform that action at this time.
0 commit comments