Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Typo #72

wants to merge 1 commit into from

Conversation

havalli
Copy link
Contributor

@havalli havalli commented Jul 12, 2016

No description provided.

@@ -20,7 +20,7 @@
Debug.WriteLine("Message Arrived");
}

public void OnRegistered(string token, DeviceType deviceType)
public void OnRegistered(string Token, DeviceType deviceType)
{
Debug.WriteLine(string.Format("Push Notification - Device Registered - Token : {0}", Token));
Copy link
Owner

Choose a reason for hiding this comment

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

nice catch! I think is better to have it lower case and instead of changing the parameter, change:

Debug.WriteLine(string.Format("Push Notification - Device Registered - Token : {0}", Token));

for :

Debug.WriteLine(string.Format("Push Notification - Device Registered - Token : {0}", token));

I will merge and close this pull request.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants