Overview

social.plus SDK provides a powerful real-time event system that keeps your application synchronized with live data changes. When users modify profiles, create posts, send messages, or perform other actions, these changes are instantly reflected across all connected devices.
Real-time events work seamlessly with Live Objects & Collections to provide automatic UI updates without manual data fetching.

Supported Data Models

Social Features

Communities, Posts, Comments, User profiles, Follow relationships

Chat Features

Channels, Subchannels, Messages, Member activities

Event Types by Model

ModelAvailable Events
CommunityCreated, Updated, Deleted, Joined, Left, Member management
PostCreated, Updated, Deleted, Approved, Flagged, Reactions
CommentCreated, Updated, Deleted, Flagged, Reactions
UserProfile updates, Follow/Unfollow activities
ChannelMessages, Member activities, Status changes
SubchannelThread-specific updates

How It Works

1. Subscription Topics

Create subscription topics to define which events you want to receive:

2. Event Delivery

Events are delivered through Live Objects and Collections that you’re already observing:
  • Automatic Updates: No manual refresh needed
  • Real-time Synchronization: Changes appear instantly
  • Efficient: Only subscribed events are processed

Managing Subscriptions

Subscription Limits

The SDK has a maximum limit of 20 active subscriptions per session. Manage your subscriptions carefully to stay within this limit.

Best Practices for Subscription Management

Next Steps