Last active
September 6, 2017 21:16
-
-
Save shah0150/4503f9639e5ed41fb2604dfd3f248ef6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var gesturesService = GesturesServiceEndpointFactory.Create(); | |
| await gesturesService.ConnectAsync(); | |
| await gesturesService.RegisterGesture(thumpsUp); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment