Skip to content

Commit

Permalink
updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jestoniyap committed Mar 1, 2016
1 parent c8803c2 commit b89bb4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ branchUniversalObj.showShareSheet({
});
```

##### Share Sheet Callbacks
##### Share Sheet Callbacks (Android ONLY)

To implement the callback, you must add listeners to the following events:

Expand Down Expand Up @@ -426,6 +426,10 @@ branchUniversalObj.onChannelSelected(function (res) {
});
```

**Note:** Callbacks in iOS are ignored. There is no need to implement them as the events are handled by `UIActivityViewController`.

**Note:** Avoid passing `alias` in iOS. Adding an `alias` key in the `options` parameter will return a Non-Universal link which will not work in iOS 9.2.

### <a id="listOnSpotlight"></a>listOnSpotlight()

**Note: iOS only.** Used for Spotlight listing
Expand Down

0 comments on commit b89bb4a

Please sign in to comment.