You are creating a Windows Store app by using JavaScript. The app includes the following
code segment:
You need to ensure that the app can receive push notifications from a calling app. Which
code segment should you insert at line 05?
A.
 .createPushNotificationChannelForSecondaryTileAsync( ) ;
B.
 .createPuahNotificaticnChannelForApplicationAsync(id);
C.
 .createPushNotifIcacionChannelForApplicationAsync( );
D.
 .createPushNotif icationChannelForSecondaryTileAsync (id);
