https://github.com/ably/ably-cocoa-plugin-support
Internal library that provides support for ably-cocoa plugins.
https://github.com/ably/ably-cocoa-plugin-support
Last synced: 9 months ago
JSON representation
Internal library that provides support for ably-cocoa plugins.
- Host: GitHub
- URL: https://github.com/ably/ably-cocoa-plugin-support
- Owner: ably
- Created: 2025-08-19T19:41:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T12:05:37.000Z (9 months ago)
- Last Synced: 2025-09-29T14:23:43.666Z (9 months ago)
- Language: Objective-C
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ably Cocoa SDK Plugin Support Library
This is an Ably-internal library that defines the private APIs that the [Ably Pub/Sub Cocoa SDK](https://github.com/ably/ably-cocoa) uses to communicate with its plugins.
> [!note]
> This library is an implementation detail of the Ably SDK and should not be used directly by end users of the SDK.
Further documentation will be added in the future.
## Conventions
- Methods whose names begin with `nosync_` must always be called on the client's internal queue.