Last active
August 29, 2017 06:09
-
-
Save adarshmishra/22bd3e8e60f02020d58526e756eed27b to your computer and use it in GitHub Desktop.
This file contains 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
ALUserService * userService = [ALUserService new ]; | |
[userService getUserDetail:userId withCompletion:^(ALContact *contact) { | |
ALChatManager * chatManager = [[ALChatManager alloc] init]; | |
[chatManager launchChatForUserWithDisplayName:userId withGroupId:nil | |
andwithDisplayName:nil andFromViewController:self]; | |
}]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment