You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,7 +79,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
54
79
55
80
### Added
56
81
57
-
- Added new `bind` functions which accept a callback that receives a `PusherEvent`. A `PusherEvent` represents an event received from the websocket and has properties containing the event name, channel name and data. In addition, `PusherEvent` has a new property, `userId`, which allows you to verify the ID of the user who triggered a client event on a presence channel. You can read more about this feature in [the docs](https://pusher.com/docs/channels/using_channels/events#user-id-in-client-events). All the old `bind` functions are still available for backwards compatibility. The `data` property of `PusherEvent` is not automatically parsed from JSON and you can decide to parse that as required. The parsing behaviour is unchanged for data passed to callbacks bound by the old `bind` functions.
82
+
- Added new `bind` functions which accept a callback that receives a `PusherEvent`. A `PusherEvent` represents an event received from the websocket and has properties containing the event name, channel name and data. In addition, `PusherEvent` has a new property, `userId`, which allows you to verify the ID of the user who triggered a client event on a presence channel. You can read more about this feature in [the docs](https://pusher.com/docs/channels/using_channels/events#user-id-in-client-events). All the old `bind` functions are still available for backwards compatibility. The `data` property of `PusherEvent` is not automatically parsed from JSON and you can decide to parse that as required. The parsing behavior is unchanged for data passed to callbacks bound by the old `bind` functions.
Copy file name to clipboardExpand all lines: Consumption-Tests/Carthage-Latest/ObjectiveC.xcodeproj/xcshareddata/xcschemes/ObjectiveC-iOS-WithoutEncryption.xcscheme
Copy file name to clipboardExpand all lines: Consumption-Tests/Carthage-Latest/ObjectiveC.xcodeproj/xcshareddata/xcschemes/ObjectiveC-macOS-WithoutEncryption.xcscheme
Copy file name to clipboardExpand all lines: Consumption-Tests/Carthage-Latest/ObjectiveC.xcodeproj/xcshareddata/xcschemes/ObjectiveC-tvOS-WithoutEncryption.xcscheme
0 commit comments