Skip to content

Commit

Permalink
Update README with helper examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Sep 21, 2014
1 parent 9fab7a8 commit 7510f33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ To share image to Line, you can call:
[Line shareImage:[UIImage named:@"avatar.png"]];
```

To add friend or official account, use:

```ObjC
[Line addFriend:@"hPtAUZX6w5"];
```
To show shop detail (usually stickers), try:
```ObjC
[Line showShopDetail:@"2"];
```

You can redirect user to App Store to download Line app via:

```ObjC
Expand Down

0 comments on commit 7510f33

Please sign in to comment.