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

Implement SDL-0226: SDLManager RPC Subscription Helper Methods #1271

Merged
merged 3 commits into from May 24, 2019

Conversation

joeljfischer
Copy link
Contributor

Fixes #1257

This PR is ready for review.

Risk

This PR makes minor API changes.

Testing Plan

Smoke tests have been performed

Summary

This PR adds helper methods to subscribe and unsubscribe to RPC notifications. This is already possible with NSNotificationCenter, but it isn't clearly exposed. This simply wraps calling NSNotificationCenter.

Changelog

Enhancements
  • Add helper methods onto SDLManager that wrap existing NSNotificationCenter APIs for subscribing to RPCs.

CLA

@joeljfischer joeljfischer added this to the 6.3.0 milestone May 20, 2019
@joeljfischer joeljfischer self-assigned this May 20, 2019
@joeljfischer joeljfischer added this to In progress in v6.3 via automation May 20, 2019
v6.3 automation moved this from In progress to Review in progress May 23, 2019
Copy link
Contributor

@NicoleYarroch NicoleYarroch left a comment

Choose a reason for hiding this comment

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

Some issues with the Obj-C example app

v6.3 automation moved this from Review in progress to Reviewer approved May 24, 2019
@joeljfischer joeljfischer merged commit 24adfae into develop May 24, 2019
v6.3 automation moved this from Reviewer approved to Done May 24, 2019
@joeljfischer joeljfischer deleted the feature/issue_1257_sdlmanager_rpc_subscriptions branch May 24, 2019 14:00
@joeljfischer joeljfischer mentioned this pull request Jun 24, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v6.3
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants