-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Message Actions API support (#415) feat: add message actions Add Message Actions API support which allow to: add, remove and fetch previously added actions. feat: modify history endpoint to fetch message actions Add new method to simple interface and argument to builder pattern interface which allow to fetch previously added actions. feat: add new event handler for message actions Modify 'PNObjectEventListener' with new callback which can be used to track message actions addition / removal events. refactor: enhance publish sequence manager performance (#414) Enhanced performance by making save only in case if any change to represented data has been made. Ensure save completion will be called even if publish sequence manager doesn't have reference on PubNub client instance for which it has been created.
- Loading branch information
Showing
98 changed files
with
6,031 additions
and
660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.