Skip to content

Commit

Permalink
[CHORE] Some minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
renesansz committed Jan 26, 2016
1 parent cdaccef commit 6b5dc90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,25 +333,6 @@ branchUniversalObject.showShareSheet({
});
```

##### Event Callback
To implement some event callback such as `onShareDialogClose` or `onShareDialogInitialize`, you must add listeners to the following events:

`bio:shareLinkDialogLaunched`
- The event fires when the share sheet is presented.

`bio:shareLinkDialogDismissed`
- The event fires when the share sheet is dismissed.

`bio:shareLinkResponse`
- The event returns a dictionary of the response data.

`bio:shareChannelSelected`
- The event fires a channel is selected.

**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.

-------

## Referral System Rewarding
Expand Down
1 change: 0 additions & 1 deletion src/android/io/branch/BranchSDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public void onNewIntent(Intent intent)
{

Log.d(LCAT, "start onNewIntent()");
Log.d(LCAT, intent.getData().toString());

}

Expand Down

0 comments on commit 6b5dc90

Please sign in to comment.