Skip to content

Instantly share code, notes, and snippets.

@adarshmishra
Last active August 29, 2017 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adarshmishra/22bd3e8e60f02020d58526e756eed27b to your computer and use it in GitHub Desktop.
Save adarshmishra/22bd3e8e60f02020d58526e756eed27b to your computer and use it in GitHub Desktop.
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