Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Adding behavior for different notification types #28

Merged
merged 2 commits into from
Jul 8, 2015

Conversation

rakatyal
Copy link
Collaborator

@rakatyal rakatyal commented Jul 8, 2015

No description provided.

result.xmlContent = notificationPayload;
result.objectReference = e;

if (e.notificationType === pushNotifications.PushNotificationType.toast || e.notificationType === pushNotifications.PushNotificationType.tile) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big deal but consider moving this code up in case arm. It will be easier to read.

@nikhilkh
Copy link

nikhilkh commented Jul 8, 2015

LGTM. I'm assuming you are going to update the docs in another commit.

rakatyal pushed a commit that referenced this pull request Jul 8, 2015
Adding behavior for different notification types
@rakatyal rakatyal merged commit 55ca053 into windows Jul 8, 2015
@rakatyal rakatyal deleted the raghav/notification branch August 12, 2015 20:47
@lock
Copy link

lock bot commented Jun 3, 2018

This thread has been automatically locked.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants