-
Notifications
You must be signed in to change notification settings - Fork 38
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
Carplay events modified to adhere to server schema. #77
Carplay events modified to adhere to server schema. #77
Conversation
vincethecoder
commented
Oct 9, 2018
- Updated the carplay event constants to match up with the expected events schema at the server side.
…nts schema at the server side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -425,6 +425,10 @@ | |||
#define MMEEventTypeLocalDebug __NS_SYMBOL(MMEEventTypeLocalDebug) | |||
#endif | |||
|
|||
#ifndef MMEEventTypeOfflineDownload |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this about? Is this related to CarPlay events at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is a separate event related to Maps SDK
@@ -829,20 +829,6 @@ @interface MMEEventsManager (Tests) <MMELocationManagerDelegate> | |||
}); | |||
}); | |||
|
|||
context(@"when a carplay event is pushed", ^{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why delete this test? It seems it should be updated for the new event name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's no longer needed since the prefix check for navigation
already exists