A. .createPushNotif icationChannelForSecondaryTileAsync(id);
B. .createPushNotificationChannelForSecondaryTileAsync();
C. .createPuahNotificaticnChannelForApplicationAsync(id);
D. .createPushNotifIcacionChannelForApplicationAsync();
A. Option D
B. Option C
C. Option A
D. Option B
A. location.removeEventListener.all();
B. location.removeEventListener("statuschanged", statusChanged);
C. location.endTracking();
D. location.removeEventListener("position.changed", positionChanged);