Skip to content

Instantly share code, notes, and snippets.

@aaustin
Last active September 21, 2015 19:04
Show Gist options
  • Save aaustin/f2d6cafacbbc646ba950 to your computer and use it in GitHub Desktop.
Save aaustin/f2d6cafacbbc646ba950 to your computer and use it in GitHub Desktop.
Branch *branch = [Branch getInstance];
[branch createDiscoverableContentWithTitle:self.monsterName
description:self.monsterDescription
thumbnailUrl:[NSURL URLWithString:@"https://s3-us-west-1.amazonaws.com/branchmonsterfactory/321png"]
linkParams:@{@"monster_face_index":@3,
@"monster_body_index":@2,
@"monster_color_index":@1,
@"monster_id":@"1234"}
publiclyIndexable:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment