Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Social+ offers Chat and Social SDKs to streamline app development. Dive into our UI Kits and documentation to spark your creativity.
Social+ is a technology infrastructure provider that builds ready-to-use social features that can be easily added to any app or website, including: Chat, Profile, Forum, Feed, Video Streaming, Stories, and more.
With Social+ white-label APIs and SDKs, companies can build thriving communities and grow user engagement, without the hassle of deploying and maintaining any server infrastructure.
Let users create engaging content and engage with others through comments and reactions. Users can follow other users or topics and become members of various groups to get a personalized timeline of content. Activity feeds are also a great feature to directly engage with users. You can communicate with your users directly by posting important messages as announcements.
Connect users through formation of communities
Boost user engagement by user-generated posts/comments in communities
Personalize the feed based on user’s membership to different groups and communities
Enable comments on posts within your application, seamlessly
Support multiple messaging formats when posting content
Manage & moderate communities and users in admin panel
Filter out content that includes profanity using our auto-block tools
React to user-generated content with our reaction tools
Assign roles and permissions on a role-based system.
Explore Our Products
The Social Plus SDK for Android is delivered via Jitpack repository.
Android 5.0 (API level 21) and above*
Target sdk version 29 and above*
Compile SDK Version 29 and above*
JVM target should be 1.8
The API level allows a developer to declare the minimum version with which the app is compatible, using the minSdkVersion
attribute. If your app can't function without these APIs, declare API level 21 and above as the app's minimum supported version. And using targetSdkVersion
29 and above.
Social Plus SDK is available on both Jitpack and MavenCentral (v6.43.0 onwards). Users must choose one of these repositories to avoid conflicting files.
Add the Maven Central repository to your project-level build.gradle
at the end of repositories:
Add the Jitpack repository to your project-level build.gradle
at the end of repositories:
If your minSDKVersion is below 24, ie., 23 or 21, there are additional configurations required.
In your project build.gradle
,
In your app module's build.gradle
, add the following packaging options.
By using our SDK, you can use the Android ProGuard tool to obfuscate, shrink, and optimize your code. Obfuscated code can be more difficult for other people to reverse engineer. ProGuard renames classes, fields, and methods with semantically obscure names and removes unused code. However, you need to add these configurations to your ProGuard rules when using our SDK.
For users who are using the SDK version below 5.33.11
and 6.9.0
. If you'd like to pass an Amity Serializable Object such as AmityPost
, AmityMessage
, etc. You will need to add ProGuard rules below:
For debugging purposes, we provide the ability to show or hide logs from our SDK. In the 'build.gradle' application, you can set the boolean value resValue
"IS HIDDEN AMITY LOG" to true
to hide the logs and to false
to make them visible.
In the 'build.gradle' application, you can customize the log display depending on the build variant, as in this example.
The Social Plus SDK for iOS is delivered as a binary .xcframework file
Drag AmitySDK.xcframework
, Realm.xcframework
& RealmSwift.xcframework
to your project.
Make sure that Copy items if needed
is selected and click Finish.
Also switch the Embed section as Embed & Sign
The correct setup should look like this.
AmitySDK
supports installation via dependency managers.
SwiftPM
Cocoapods
Carthage
To integrate AmitySDK into your project via SwiftPM, please follow the instructions below.
Enter the repository URL to search the package, and choose to install AmitySDK
.
Please specify the required version of the SDK using the"Up to Next Major Version"
Dependency Rule
as shown in the image below.
We have dropped support for Cocoapod & Carthage for AmitySDK
. If you want to distribute AmitySDK through cocoapod & carthage, you can use the xcframeworks
that we distribute through Swift Package Manager (SPM).
To use live video broadcast:
Import AmityLiveVideoBroadcastKit.xcframework
to your project.
To use a live video player:
Import AmityVideoPlayerKit.xcframework
to your project
Switch each framework to Embed & Sign
, except MobileVLCKit
to Do Not Embed
.
To install Swift Packages for Amity Video, please follow the instructions below.
Import AmityVideoPlayerKit.xcframework
to your project
Switch each framework to Embed & Sign
, all xcframeworks.
To install Swift Packages for Amity Video, please follow the instructions below.
To use live video broadcast functionalities. Enter the repository URL to search the package, and choose to install AmityVideoBroadcast
.
Try it in your code
To use live video player functionalities. Enter the repository URL to search the package, and choose to install AmityVideoPlayer
.
Try it in your code
If you selected "Up to Next Major Version
" option for the Dependency Rule, you need to manually add the version.
Starting with v6.0.0, AmitySDK for iOS is written in Pure Swift. Although its in pure Swift, you can still use it in Objective-C projects by making Mixed-Language Project.
We recommend you to integrate AmitySDK
for iOS swift directly into your Objective-C project and use Swift language to call the SDK interfaces.
This section outlines how you can set up your SP project and contains all the tutorial links you'll need to get going.
SDK Installation
For instructions on installing the Social Plus SDK, refer to the installation guide for your platform.
Xcode Version: 14.3
Realm Version: 10.28.3
Minimum Target: iOS 13.0
OKHTTP3 - 4.9.0
Retrofit - 2.50
Android Paging Data Library - 3.0.1
Room - 2.4.0-alpha04
RxJava2 - 2.3.10
Gson - 2.8.10
Kotlin-std-lib - 1.5.10
HiveMQ mqtt client - 1.2.2
androidx.annotation:annotation: 1.2.0
androidx.core:core-ktx: 1.3.2
androidx.paging:paging-runtime: 3.0.1
androidx.paging:paging-rxjava2: 3.0.1
androidx.lifecycle:lifecycle-livedata: 2.2.0
androidx.lifecycle:lifecycle-reactivestreams:2.1.0-rc01
androidx.multidex:multidex:2.0.1
androidx.room:room-runtime:2.3.0
androidx.room:room-rxjava2:2.3.0
com.f2prateek.rx.preferences2:rx-preferences:2.0.1
com.github.davidmoten:rxjava2-extras:0.1.24
com.google.code.gson:gson: 2.8.7
com.google.guava:guava:30.1.1-android
com.jakewharton.rxrelay2:rxrelay:2.0.0
com.jakewharton.rx2:replaying-share:2.0.1
com.jakewharton.timber:timber:4.7.1
com.squareup.okhttp3:okhttp: 4.9.0
com.squareup.okhttp3:logging-interceptor:3.10.0
com.squareup.retrofit2:retrofit: 2.5.0
com.squareup.retrofit2:adapter-rxjava2: 2.5.0
com.squareup.retrofit2:converter-gson: 2.5.0
io.arrow-kt:arrow-core:0.11.0
io.arrow-kt:arrow-syntax:0.11.0
io.reactivex.rxjava2:rxandroid: 2.1.1
io.reactivex.rxjava2:rxjava: 2.2.19
io.socket:socket.io-client:1.0.0
joda-time:joda-time:2.10.6
org.apache.commons:commons-lang3:3.7
org.jetbrains.kotlin:kotlin-stdlib: 1.5.10
org.jetbrains.kotlin:kotlin-android-extensions-runtime: 1.5.10
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3
Chrome: 38+
Firefox: 42+
Microsoft Edge: 13+
Safari: 9+
Opera: 25+
Amity JS SDK probably won't work great in Internet Explorer 11. We generally support the recent versions of major browsers listed above.
Chrome: 38+
Firefox: 42+
Microsoft Edge: 13+
Safari: 9+
Opera: 25+
Amity Ts SDK probably won't work great in Internet Explorer 11. We generally support the recent versions of major browsers listed above.
The minimum deployment target is:
iOS: iOS 9.0
Android: Android 4.4 (API Level 19)
After logging into the Console:
Click Settings to expand the menu.
Select Security.
On the Security page, you can find the API key in the Keys section.
On Android, it's important to initialize the SDK within the application's lifecycle only once. Failing to do so could lead to multiple SDK instances, resulting in unexpected issues on your application.
By default, AmityClient
will connect to AmityRegion.SG.
You can specify endpoints manually via AmityEndpoint
struct. API endpoints for each data center are different so you need to adjust the endpoint accordingly.
We currently support multi-data center capabilities for the following regions:
Region
Endpoint
Europe
AmityRegion.EU
Singapore
AmityRegion.SG
United States
AmityRegion.US
The SDK does not employ database encryption by default. The database file is solely restricted to the application by the operating system, which is generally sufficient for most use cases. Database encryption serves as an additional layer of security in the event of compromised root access. It's important to note that enabling database encryption may lead to a performance reduction of up to 15% during database read/write operations.
Database Encryption Modes:
The SDK offers three encryption modes:
NONE: No encryption is applied.
AUTH: Access token storage is encrypted.
ALL: All database files are encrypted.
AUTH mode is recommended to introduce extra security with minimal performance compromise. Ultimately, the chosen encryption mode should align with your application's specific requirements.
Encryption key:
Enabling database encryption necessitates an encryption key. It is imperative to consistently pass the same key to the SDK. Should a new key be supplied, the existing database file will be erased and subsequently regenerated, encrypted with the new key.
The level of security offered by encryption hinges on the method of key generation and storage employed by the application. It is strongly recommended to adhere to industry standards for both key storage and generation.
To use any SP SDK feature, you must first log in to the current device with a userId
. A logged-in device will be tied to the userId
until the device is either proactively logged out, or until the device has been inactive for over 90 days. A logged-in device will receive all the event messages belonging to the tied user.
An optional displayName
can be provided, which will be used in standard push notifications (related to the user's actions, such as when a new message is sent).
It is important to maintain the security of your network and user information. In the production environment, we strongly recommend using an authToken for authentication. While the option to not use an authToken may be available, it should only be applied during the development phase and with caution.
The
displayName
is set only on the first time the device is logged in. Please follow your platform's necessary directions if you would like to rename this to something else.
When the user logs out, you should explicitly log out the user from the SDK as well. This prevents the current device from receiving unnecessary and/or restricted data.
For an extra layer of security, the SDK provides secureLogout()
, an asynchronous function, which ensures accessToken revocation prior to performing logout()
. Should the SDK fail to revoke the accessToken, the SDK will not proceed to logout and will throw an exception to notify the failure.
After the SDK is logged in with a user, SDK will maintain the connection as long as it can. However the SDK connection can be terminated due to many reasons, for example:
The device lost its Internet connection.
Users close the app in the background, and then the operating system pauses the app and terminates all network connections.
By default, the SDK automatically reconnects itself whenever the app has a chance to get back online.
There are some use cases which developers need more control over the SDK connection. The SDK provides disconnect()
. This method allows developers to explicitly disconnect the SDK while maintaining the current user session so that the app can later resume the connection with the same user.
The functionality isn't currently supported by this SDK.
When developers call disconnect()
:
The SDK will terminate server connections without logging out the current user.
The SDK will not automatically reconnect until the next login.
To resume the connection, the developers should call login(...)
with the current user.
Each user can be logged in, at the same time, to an unlimited number of devices. Social Plus's Chat SDK will automatically synchronize the user data across all logged-in devices. We will also automatically log out any device that has not been connected to the server for more than 90 days.
When a device is logged out due to inactivity, the SDK data on the device will be reset. You will need to re-login this device in order to connect to the server again.
Now that you've finished getting your SP project set up, here are some step-by-step articles if you need a hand in building your app!
Check out our Social Plus UI Kits and Template Apps.
UI Kits Our UI Kits include user interfaces to enable fast integration of standard Social Plus Chat and Social Plus Social features into new or existing applications.
Template Apps Our Template Apps are ready-made template applications to kickstart your own Social Plus project.
With real-life use cases, we guide you through ways you can get started with building stellar applications for yourself your clients, and their users.
Explore our Technical FAQ for quick answers to common questions about Social Plus products. Get troubleshooting tips, best practices, and insights to optimize your technical experience.
Add the dependency to your module level build.gradle.
Find the latest SDK version in .
Add the dependency to your module level build.gradle.
Find the latest SDK version in the .
You need to turn Rosetta mode on when using AmitySDK
with arm64 simulator. To force the application to use Apple Rosetta environment with an Apple silicon Mac, refer to for the instructions.
Amity Video requires the AmitySDK
as dependencies. First, ensure you have installed AmitySDK
as per the instructions .
Download , and import to your project.
Download , and import to your project.
To make a mixed language project, create Swift files with necessary interfaces/methods which in turn interacts with AmitySDK
. These interfaces should be exposed with @objc
or @objcMembers
attributes. Reference:
When you add new Swift file into your Objective-C project, Xcode automatically generates a bridging header file. This bridging header exposes your Swift code to Objective C code. For more information you can refer to this guide by Apple:
We are constantly working to improve our existing SDKs. For this reason, the minimum compatibility for our previous versions may vary. Below is the compatibility list for our latest SDKversions. For a complete overview of the compatibility of a specific SDK version, please refer to the corresponding .
Since Amity Js SDK uses local cache for performance and user experience reason, server side rendering is not supported. To use Amity Js SDK with NextJS, it must be imported using .
Since Amity Ts SDK uses local cache for performance and user experience reason, server side rendering is not supported. To use Amity Ts SDK with NextJS, it must be imported using .
The instructions for setting up your project will vary slightly, depending on your development environment. Refer to set up your project if you have not already done so.
Before you can use the SP SDK you just installed, we'll first need to create a new SDK instance with your API key. Please find your account API key in the or visit our Social+ Console page.
If you have trouble finding this, you can post in our community forum at so our support team can assist you.
An authToken
is also highly recommended to always be provided, which will be used for secure authentication. For more info on how to configure secure settings and obtain authToken
, refer to our .
A sessionHandler
is required for SDK to communicate with the app. For more info please refer to . Do note that the sessionHandler
is not yet available for Flutter SDK.
Are you ready? Click to explore.
Push notifications are proven to be one of the best ways to drive & increase user engagement with the platform and with Social Plus. ...
Engage your users through image activity feeds as known from known social networks like Instagram and Pinterest.
Example: .
The authentication token has a duration of 10 minutes, and it must be used within that specific time frame. For further information on secure mode and authentication tokens, please refer to this section:
You will have to get a new authentication token after the expiration of the current one, you can call the following API endpoint: .
API:
You can utilise the following API to obtain an authentication token: .
While there isn't a specialized API exclusively for tracking your reactions to posts, you can utilize the "get list of reactions" API. This API, accessible at , enables users to see a list of reactions along with the users who reacted. To determine if you've reacted to a specific post, you'll need to query this API and check if you are listed among the reactors.
To delete all posts in your system, first retrieve the posts from community or user feeds using the API found at .
After obtaining the posts, utilize the delete post API to remove them, which is available at _.
To upload audio files, it is advisable to use the upload API available at .
Yes, you can use this API to filter and find users within a community based on their role, such as 'moderator': .
Using the API: When querying communities through the API at: , include the parameter isDeleted: false in your request. This will filter out any deleted communities from the results.
Due to privacy and design considerations, it’s not possible to query communities joined by other users, even if you are an admin. However, the current user can query the communities they have joined themselves. This can be done through the API, as detailed at: , by filtering for membership.
Using API: with the following cURL command:
For Admin Users Using the : You can modify a user's role directly within the console. Follow these steps:
Members can be removed either through the SDK, as detailed here: https://docs.amity.co/amity-sdk/social/communities/community-moderation#remove-members, or by using the API, found at: .
You can delete a community using the API provided here: Alternatively, for admin users, you can also close a community directly from the .
You can implement an auto-join function, which can be called after a new user is created. To achieve this, use the join community API, which you can find here: . By doing this, existing posts in those particular communities will be displayed as the initial content in the global feed for new users.
Our global feed offers multiple sorting options, including sorting by factors such as Engagement Rate, Time of Posting, and Updates. Your feed may be currently sorted by other factors, if you wish to update or adjust the feed configuration, please reach out to our support team at
For more detailed information on custom post ranking, you can also refer to our documentation at .
To list the communities you've joined, you can use the queryCommunities
function with the filter
set to membership
. For more information, refer to the documentation at .
Path:
We recommend using our conversation channel, which offers the capability to check for an existing channel between users. For details, see .
• Ensure that your APNs authentication key is uploaded to Firebase:
s
For detailed instructions on setting up an iOS push certificate, please consult this documentation: .
To check if you have blocked a user, refer to the "Blocked Users List" in the Social Plus documentation. This section provides instructions on how to view and manage your list of blocked users. For more information, you can visit:
You can mark messages as read using the function. After marking a message as read, you may proceed with actions such as notifications or updates to the backend. For detailed guidance, refer to the documentation on .
To get the voters for a specific answer in a poll, you can utilize the API endpoint provided: . This API will return the user IDs of the voters along with their answers in the response.
Currently, polls are not viewable directly through the console. However, if you have access to the Social Plus portal at , you can find your polls by navigating to My Dashboard > Posts and selecting "Poll" from the dropdown menu in the top right-hand side. This will display your poll posts.
To obtain your admin token, please follow these steps on the :
Conversation channels are intentionally not accessible on the console by design. For further information on channel characteristics and this design choice, please visit .
Log in to your .
If you are using the Social Plus Max package, a more robust solution is available through the . This feature allows you to set up custom rules and control various aspects of your application, including channel creation.
Although Social Plus doesn't offer a built-in feature to filter posts by type directly in the global feed, you have the flexibility to create a custom filter on your frontend. Utilize the API to query posts by type at , then display the filtered results on your frontend.
You can utilize our to filter posts by using the postedUserId
parameter
To implement push notifications in Web React JS, you can utilize our . These events provide real-time updates on new posts and comments, including sender and receiver information. You can use this data to customize your push notifications with specific labels, details, and payload.
You can find comprehensive guidance on how to utilize this feature in our documentation here:
For notifications when a follow is created:
For notifications when a follow request is made: . This is applicable if you have enabled the follow request feature. For additional details on the user connection method concept, please visit:
Confirm whether you have enabled image moderation in your console settings. You can do this by accessing the and checking the image moderation settings under Settings > Image Moderation tab.
Adjust the confidence level in the console to an appropriate setting. For detailed instructions, please refer to this link: .
If you are curious about how the confidence level functions and have questions, you can find answers in our FAQ section: .
This error occurs because we have link moderation in place. You can manage this feature in the by going to the "Moderation" > "Allow list" tab. If the feature is enabled, links that have not been added to the allow list will not be permitted to be posted in the community or chat.
Once a user is deleted using the API : , it is not possible to undo this action. The user is permanently removed.
To delete an unused application, please contact our support team at , and they will assist you in fulfilling your request.
For Social Figma file:.
For Chat Figma file: .
For an in-depth guide to the dashboard, you can refer to the. For console access, visit and navigate to the usage page.
Use our Social Plus SDK with the Ionic Framework
We now support the Ionic framework in building your application using our web SDK. You can use our Chat natively to support your mobile or web applications built using the Ionic framework.
Since Ionic is an HTML5 framework, it needs a native wrapper to access native SDK functionalities and run as a native app. We recommend using Capacitor.
Capacitor will wrap your application in a native container so you can easily integrate our web SDK to run on iOS, Android, and web platforms.
We will walk you through the process of installing ionic and all the necessary dependencies for development.
Ionic comes with a convenient command line utility to start, build, and package Ionic apps. To install it, simply run:
In the root of your application, install Capacitor:
Now, we need to copy the native platform template into your application:
platform
The platform template to add (e.g. android
, ios
).
To open the application in your IDE, run:
platform
The platform you are using (e.g. android
, ios
).
Now you’re ready to start integrating our chat SDK into your application.
Ionic with JavaScript framework
The Social Plus SDK for Flutter is available on PubDev
Add the SDK to your repository by adding amity_sdk
dependency
With Flutter:
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
) :
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
The minimum deployment target is:
iOS: iOS 9.0
Android: Android 4.4 (API Level 19)
The Social Plus SDK for TypeScript is delivered as an npm module.
Add the SDK to your repository with this code:
npm:
yarn:
The very first thing to do once you have installed the SDK, is to creating an instance of the client and logging in.
Our SDK is designed for browser use only and is not compatible with server-side environments such as Node.js.
Chrome: 38+
Firefox: 42+
Microsoft Edge: 13+
Safari: 9+
Opera: 25+
Social Plus Web SDK probably won't work great in Internet Explorer 11. We generally support the recent versions of the major browsers listed above.
Use our TypeScript SDK natively to support your applications built using the React Native framework.
To support older JavaScript runtime, you need to include a global polyfill for your bundled package.
First, install core-js
in your project.
Then, import fromEntries
in the root of your project.
Our Core Concepts section will outline functionality and information that is pertinent to all of our Chat SDK Modules.
The following concepts are shared across all platforms and thus are centralized in this section for your ease of navigation and use.
The Social Plus SDK for JavaScript is delivered as an npm module.
The JavaScript SDK has been deprecated, and we will discontinue its support by September 30, 2024. Please transition to the TypeScript SDK before this obsolescence date. Please visit Install TypeScript SDK for the installation guide.
Add the SDK to your repository via npm: npm install @amityco/js-sdk --save
.
Chrome: 38+
Firefox: 42+
Microsoft Edge: 13+
Safari: 9+
Opera: 25+
Social Plus Web SDK probably won't work great in Internet Explorer 11. We generally support the recent versions of the major browsers listed above.
AmitySDK already includes our UIKit. Don’t install the UIKit separately if you have already installed the SDK.
Release notes, key changes and deprecation notices.
17 March 2025
Out of Beta: After extensive testing and feedback, UIKit v4 has matured from its beta phase and is now officially released.
Feature-Complete & Stable: We’ve incorporated crucial features, addressed known bugs, and improved performance, ensuring a stable release ready for production environments.
Upgrade to SDK v7: UIKit v4 now leverages SDK v7 (replacing SDK v6), providing enhanced capabilities, improved security, and better long-term support.
Replacing UIKit v3: UIKit v3 is now in the maintenance phase. Support critical bug fixes for the next 6 months.
14 March 2025
Version 6.x introduced updated function names for consistency across all SDK platforms and deprecated older, misaligned versions. These deprecated functions have now been fully removed in Version 7.x.
We will only provide critical issue fixes for Version 6.x during the transition period. Any necessary hotfixes will be applied to historical versions as needed.
Version 7.x and future releases (e.g., v7.1, v7.2) will continue to receive new features and improvements. If you have already migrated to the updated function names in v6.x, the impact should be minimal, as the package structure and naming conventions remain consistent.
Version 6.x will continue receiving critical fixes for six months, after which it will be officially discontinued and no longer supported.
You can find more information about these changes in the respective changes for each platform, which you can access using the links below.
1 August 2023
We are excited to inform you about the recent updates we have made to our product to enhance your experience. These changes are scheduled for deployment as follows: 🔜 9th August: SG Region 🔜 10th August: EU & US Region. The best part is that these modifications will take effect immediately without requiring any action from your end to update the version.
Now, let's take a look at what will be changed:
Post creators will still have the ability to view their own soft-deleted posts.
Admins/Super Admins will still retain the privilege to view user's soft-deleted posts.
Non-Admin users, however, will no longer be able to access soft-deleted posts of other users.
Moderators & Global Moderators, will also no longer be able to access soft-deleted posts of other users.
Should you have any concerns or questions regarding these changes, please do not hesitate to reach out to us. We value your feedback and are here to assist you!
1 August 2023
We'd like to announce that we will be deprecating v3/files
API in favor of v4/images
API for our image moderation feature. Effective 1 January 2024, v3/files
will no longer support image moderation. If you are using v3/files
to upload images, we recommend that you switch to using v4/images
instead.
To ensure a smoother transition process, we have already updated the iOS and Android SDKs in version 6.6.0, as well as Flutter SDK beta 0.21.0 to point to the new endpoint for uploadImage()
. Therefore, if you wish to continue using the image moderation feature, you will need to upgrade to Android or iOS SDK 6.6.0 or higher; or Flutter beta 0.21.0 before 1 January 2024. After this date, v3/files
and any SDKs below the aforementioned versions will no longer support image moderation. There is no impact to TypeScript SDK users as the SDK is already using v4/images
.
What this means if you wish to continue having images moderated:
Android & iOS: You will need to upgrade to Android or iOS SDK 6.6.0 or higher (or UIKit 3.1.0 or higher), before 1 January 2024. After this date, v3/files
and any SDK version below 6.6.0 (or UIKit 3.0.0 and below) will no longer support image moderation
Flutter: You will need to upgrade to Flutter SDK beta 0.21.0 or higher, before 1 January 2024. After this date, v3/files
and any SDK version below beta 0.21.0 will no longer support image moderation
TypeScript: There is no impact to TypeScript SDK users as the TS SDK is already using v4/images
If you have any concerns or questions about this deprecation notice, please do not hesitate to contact our support team.
20 October 2022
Today we are announcing the deprecation of RxJava2 and PagedList for Amity Android SDK, as we will be migrating from RxJava2 to RxJava3 and from PagedList to PagingData, effective January 1, 2023.
If you are using RxJava2 and PagedList, the last version that supports them (which will be released in December 2022) will continue to be maintained until 31 October 2023.
From 1 November 2023, Rxjava2 and PagedList will no longer be supported.
Although we will not stop supporting RxJava2 and PagedList until October 2023, we recommend that you start planning your upgrade around Q4 2022, from RxJava2 to RxJava3 and from PagedList to PagingData.
Separately, we will also be upgrading our SDK to support RxJava3 and PagingData in the coming weeks. Once the upgrade is complete, we will remove RxJava2 and PagedList from future versions of the SDK.
Updated: 19 September 2022
Today we are announcing the deprecation of Objective-C for Amity iOS SDK as we will be migrating from Objective-C to pure Swift, effective 1 January 2023.
What this means:
If you're using Objective-C to build your app, the last version that supports Objective-C (that will be published in December 2022) will continue to be maintained until 30 September 2023.
Starting 1 October 2023, Objective-C will no longer be supported.
Although we will only be ending the support of Objective-C in October 2023, we recommend that you start planning the upgrade around Q4 2022.
Xcode 14 Upgrade & Minimum Deployment Target Upgrade from iOS 12 to iOS 13
Separately in the coming weeks, we will also be upgrading our SDK to support Xcode 14, and will be raising the minimum deployment target from iOS 12 to iOS 13. Once the minimum target upgrade occurs, we will be dropping iOS 12 & Xcode 13 support from future versions of the SDK.
What’s in store with iOS 13+ upgrade:
There are many new enhancements coming along with this upgrade, such as async/await APIs that help you to work easier with asynchronous programming. Migrating to Swift also comes as a cost-effective method in developing and maintaining your projects.
Updated: 21 June 2022
Amity Social Cloud will be deprecating all managed versions of the UI Kits (IOS, Android and Web J.S.) on 31 August 2022 as requests to be able to further customize their look and feel have increased. Our UI Kits were built to enable even faster integration of our social and chat features. In January this year, we open sourced all our UI Kits to provide our customers with more flexibility and greater customization options. Since then, we have seen a shift towards the open source version as it gives complete control over the visual style while keeping the integration time as short as possible.
To ensure that you continue to receive the latest updates and improvements, we encourage you to migrate over to the open source version. We’ve written instruction guides to help you migrate to the open source version, get the latest updates, and contribute to the project all available below.
Once the managed version is deprecated, we will transition our support to the open source UI Kit for any bug requests and releases of new features. You will still be able to use the managed UI Kit, however it will no longer be receiving further updates. All documentation relating to the managed UI Kit version will be moved to the deprecation notice section. Any ongoing improvements will be made to the open source version under the Lesser General Public License (GNU).
Updated: 09 December 2021
From 09 Dec 2021 onwards, Amity iOS SDK will no longer maintain versions which were built with Xcode version prior to 13. and SDK v5.8 will be the first version that is built with Xcode 13 and the iOS 15 SDK.
What drove the change?
When is the deadline I need to make the change?
From now to April 2022, you will be able to submit an app to App Store with Amity iOS SDK version prior to v5.8. but it’s highly recommended to plan the upgrade.
From April 2022 onwards, you will NOT be able to submit an app to App Store with Amity iOS SDK version prior to v5.8
What’s the impact to my users who are currently using the app with Amity iOS SDK version prior to v5.8?
There is no impact from the functionality wise for the users who are using your App under old Amity iOS SDK. However beginning form April 2022, developers can only submit an app to App Store with the following requirement.
Built with Xcode 13
Built with iOS 15 SDK
Built with Amity iOS SDK v5.8
Updated: 27 April 2021
We will only maintain these older versions for critical issues and bug fixes. Whenever a hot-fix is made available, it will be rerouted back to historical ASC SDK & UIKit, respectively, regardless of the current latest versioning.
Amity Social Cloud's SDK 5.0 and UIKit 2.0 will be introduced as a modularized category of changes and advancement. New features will only be added to these versions and those to come, above i.e. v5.1, v5.2 and so on and so forth.
EkoSDK 4.8 and UIKit 1.12 will be supported for critical issues for a period of 6 months. After which the window period will expire and EkoSDK 4.8 and UIKit 1.12 will be officially discontinued and no longer supported moving forward.
You can find more information about these changes in the respective changes for each platform, which you can access using the links below.
Updated: 26 April 2021
After the launch of our Amity Social features that allow customers around the world to build their own social network and grow their own community of users within the safety net of their own brands, our customers and the community they have built has grown much quicker than we originally anticipated - from building a community of travelers to engaging sports-fans around the world.
In order to handle the massive spike in workloads from the growing number of customers while making sure our system always perform at the highest standard from both data latency and scalability aspects, we have decided to revert Follow and Unfollow features into Limited Availability release.
The feature will be temporarily unavailable to all new customers while we work on upgrading our infrastructure and underlying deployment architecture. Starting from 26 April 2021, new SDK downloads will no longer contain follow/unfollow function and newly-generated API key will not be able to use the features. User profile, groups and feed features will remain unaffected. Existing customers who are already using the feature should also remain unaffected.
Our priority is to ensure we scale our system architecture to meet the increasing demand from our existing customers who are using the system to actively grow their community. Our engineering team is working to bring these features back to General Availability release by June 2021. Thank you for your understanding and we apologize for any inconvenience this may have caused to our onboarding customers.
Updated: 08 December 2020
From 1st Feb 2021 onwards, Amity iOS SDK will no longer maintain versions which were built with Xcode version prior to 12, and v4.2 will be the first version with Xcode 12 support. Please kindly plan ahead and upgrade your iOS SDK version if you are using the versions prior to v4.2
What drove the change?
When is the deadline I need to make the change?
From now to 31st Jan, no impact but it’s highly recommended to plan the upgrade.
From 1st Feb onwards, Social Plus will no longer provide customer support regarding iOS SDK versions prior to v4.2
From 1st Feb to 31st Mar, you will still be able to submit an updated version to App Store with the Social Plus iOS SDK version prior to v4.2
From April onwards, you will NOT be able to submit an updated version to App Store with the Social Plus iOS SDK version prior to v4.2
What’s the impact to my users who are currently using the app with Amity iOS SDK version prior to v4.2?
There is no impact from the functionality wise for the users who are using your App under old Amity iOS SDK, but they will NOT be able to get any further updated version from App Store unless you submit a new version which is :
Built with Xcode 12
Built with iOS 14 SDK
Built with Social Plus iOS SDK v4.2
I want to upgrade Amity SDK but how do I know the changes between my current SDK version and the latest version?
Session state is a key concept in the SDK that describes the authentication status of the client device. There are several session states that the SDK can be in, including:
notLoggedIn
establishing
established
tokenExpired
terminated
The established
state is the normal and fully authenticated state in which the SDK is usable. The other states represent different stages of the authentication process or an error condition.
When SDK is initialized:
If the user is not logged in, the SDK starts in the initial "notLoggedIn
" state.
If the user is already logged in, the SDK automatically resumes the logged-in session and immediately switches to the established
state.
When logging in:
If login succeeds, it moves to established
state.
If login fails, it moves to notLoggedIn
state.
When logging out manually:
It moves to notLoggedIn
state.
When the user is logged in, but the user is banned or deleted from the system.
It moves to terminated
state.
When token has expired:
It moves to tokenExpired
state.
The SDK provides APIs for reading and observing the session state.
Session state is designed to align with the typical flow of an app. For example, developers can use the session state to guide app navigation, like this:
For logging, the SDK requires SessionHandler
. SDK uses this object to communicate with the app when session handling is required. Currently, SessionHandler
is used for:
Initiate access token renewal when it is about to expire or has expired.
The code above shows a simple session handler. Please note that each function in SessionHandler
can be customized to your app logic.
When a user logs in to the SDK for the first time, an access token is issued that is valid for 30 days.
If the access token is about to expire or has already expired, the SDK automatically initiates the renewal process through the sessionWillRenewAccessToken
method of the SessionHandler
.
During the renewal process, the SDK passes an AccessTokenRenewal
object to the app. The app must call either one of the following methods on this object to complete the process.
The following code shows how the app can implement the sessionWillRenewAccessToken
method by providing an auth token for renewal.
Query for users by their display name, receiving a collection of AmityUser
matching your search. It requires two parameters: the display name you're searching for, and a 'sort option' from the AmityUserSortOption
enum. If no keyword is supplied, the list of users will be organized alphabetically by display name.
Users also have the option to sort by lastCreated
, firstCreated
, or displayName
. When a keyword is provided, the list will be arranged based on search rank. The displayName
sorting option will be specified by default if it isn't specified.
With the displayName
sorting option, users are sorted alphabetically by their display names using ICU collation for the English locale. This means that special characters such as Ä are treated as variants of A. For example, a sorted list might appear as:
adam, Älex, Alice, Arthur, charlie, Kristen
.
When providing a search keyword, the API performs an exact-match lookup for special characters.
For instance, if you search for "Äli", only users whose display name contains the "Äli" characters (e.g., "Älise") will be returned.
Conversely, searching for "Alice" will not return "Älice".
Query for users to receive a collection of AmityUser
based on a single parameter: a 'sort option' from the AmityUserSortOption
enum. Sort the list by options such as displayName
, firstCreated
, or lastCreated
. The displayName
sort option will be specified by default if it isn't specified.
With the displayName
sorting option, users are sorted alphabetically by their display names using ICU collation for the English locale. This means that special characters such as Ä are treated as variants of A. For example, a sorted list might appear as:
adam, Älex, Alice, Arthur, charlie, Kristen
.
If you wish to observe for changes to a collection of users, you can use liveUsers
Social Plus SDK's do not store or manage any user data. This means that you do not have to import or migrate existing user profiles into the system, user management should be handled by your application code. Instead, every user is simply represented by a unique userID
, which can be any string that uniquely identifies the user and is immutable throughout its lifetime.
A database primary key would make an ideal
userID
. Conversely, something like username or emails is not recommended as those values may change over time.
If you wish to assign additional permissions for a user, for example, moderation privileges or different sending limits, you can provide an array of roles to assign to this user. Roles are defined in the admin panel and can be tied to an unlimited number of users. Once again, Social Plus does not store or manage any user data, which means you do not have to import or migrate existing users into the system. It also means that Social Plus cannot provide user management functionalities like a list of users, or limit actions of certain users (e.g. user permissions). Instead, these functionalities should be handled by the rest of your application's capabilities and your server.
Though the SDK does not store and should not be responsible for the handling User profile data for your application; We do provide tools to make some surface-level queries and searches for existing user accounts. With the help of our UserRepository
class, you will be able to list all the users, search for list of users whose display name matches your search query and get AmityUser
object from user ID.
You can ban a user globally. When users are globally banned, they can no longer access Social Plus's network and will be forcibly removed from all their existing channels.
In the Social Plus SDK, a user is represented by an AmityUser
object, which contains the user's unique userId
and displayName
. The userId
is an immutable value that is assigned to a user when their account is created, and cannot be changed afterwards. This value serves as a unique identifier for the user within the SDK, and is used to perform actions such as sending messages or creating connections between users.
The functionality isn't currently supported by this SDK.
The functionality isn't currently supported by this SDK.
The functionality isn't currently supported by this SDK.
Delete User API is called to delete a user from the system. The display name of the deleted user is replaced with “Deleted User”. This API can be called only by admin users.
When deleting a user, you can specify that the user should be marked as deleted but the user’s data should remain unchanged, or you can specify that all personal data associated with the user should be deleted:
if the deleteAll
parameter is set to true, and all personal data (i.e. profile, photos, images, and files), message channels, posts, and comments of the user will be deleted.
the markMessageDeleted
parameter, when set to true, deletes all message channels and messages that the user has created
the hardDeletePost
parameter, if set to true, deletes all posts created by the user as well as the comments, reactions, child posts, and child comments of the corresponding post
the hardDeleteComment
parameter, if set to true, deletes all comments and reactions of the user
Once a user has been deleted from the system, the account cannot be reactivated under any circumstances. In order to protect the user account data, no other user will be allowed to reactivate the account after it has been deleted by the user.
The user's system ID will still be stored in the database, but to protect the user's identity, the account's username will be replaced with the text "Deleted User". All deleted accounts will be marked as "Deleted Accounts".
If the user account is deleted, all conversation channels created by that user will be deleted immediately and no other user will be able to access those channels afterwards.
After the account is deleted, all messages for all channels and all attachments created by the user are deleted and cannot be restored.
When a user is deleted, the channel members are updated in all channels where the user was a member, so that only active users are counted in the channels.
All the user's data, including profile, photos, videos, images, text, audio, video, attachments, files, and anything else that the user has added to the system as a user will be permanently deleted from the system and cannot be recovered.
All posts created/shared by the deleted user will be deleted and all comments added by the deleted user will also be removed from all posts. No comments or sub-posts will be available after the user deletes the account.
All reactions and comments posted by the deleted user are detected and updated in the posts.
The status of the user's account is marked as "deleted" when queried and the user can no longer access it.
The API response will be different based on the request and records match. The request may have a successful response, or it may have a bad request error, and it may respond as a User not found. The responses to API calls are mentioned below.
{
"success":true
}
{ "status": "error",
"code": 400000,
"message": "User is already deleted"
}
{ "status": "error",
"code": 400400,
"message": "User Not Found."
}
Flag / Unflag User feature is an essential tool for maintaining a safe and engaging chat community. With Social Plus, you can use the flag and unflag user feature to allow moderators and administrators to monitor any inappropriate behavior within a chat channel.
In this section, we will discuss how to use the flag and unflag user feature of Social Plus Chat SDK to maintain a safe and engaging chat community.
To flag / unflag users on iOS, Android and Flutter SDK, create an instance of UserFlagger
first:
The UserFlagger
lets you flag and unflag a user. It also exposes an asynchronous way to check whether the current logged-in user has already flagged the given user or not.
To flag a user, call the following method:
To unflag a user, call the following method:
To check whether a user has been flagged by the current user:
AmityClient
class provides a method hasPermission
which allows you to check if the current logged-in user has permission to do stuff in a given channel.
We determine a user's moderation capabilities based on their current role. Social Plus SDK has the following default roles:
Member - has no moderation privileges
Community/Channel Moderator - can assert general moderation privileges on other users
Super Moderator - can assert general moderation privileges and be exempt from moderation from other users
Global Admin (Admin Only) - can assign the roles of others, assert all moderation privileges, and be exempt from moderation
The Global Admin role cannot be assigned to a user.
*UserV3
*ChannelV3
*CommunityV3
Each role can be assigned with many permissions. Below is a list of all the possible permissions that can be assigned to a user.
In Social Plus SDK, creating a new user can be done through the login method. Once the user account has been created, the user can then log into the app using their userId
and displayName
using the SDK's social and chat features.
You may need to create a new user account via the SDK, such as when integrating the SDK with an existing user authentication system. In these cases, you can use the login
method. Here's how the login
method works:
If a user already exists for the specified userId
, the SDK will log the user into the app using the provided userId
. The displayName
parameter can be updated upon calling the login
method. If the displayName
parameter is not provided, the system will retain the existing user's displayName
.
If a user account does not already exist for the specified userId
, the SDK will automatically create a new user account with the provided displayName
and log the user into the app. If displayName
is not provided, the userId
will be used as displayName
.
Once the client has been instantiated and you are logged in. You can now use API's to create a , , , and !
Since Social Plus Web SDK uses local cache for performance and user experience reasons, server-side rendering is not supported. To use Social Plus Web SDK with NextJS, Social Plus Web SDK must be imported using .
You can check out our React Native sample application .
Installing the SDK requires you to use a javascript package manager such as npm
or yarn
. If your current build system does not use package managers, please contact us at .
If you already installed our SDK with the name eko-sdk
, be sure to check our .
Since Social Plus Web SDK uses local cache for performance and user experience reasons, server side rendering is not supported. To use Social Plus Web SDK with NextJS, Social Plus Web SDK must be imported using .
For guidance on finding equivalent functions and ensuring a smooth transition, please refer to our .
According to Apple’s announcement , "Starting April 2022, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 13 and the iOS 15 SDK."
and UIKit 1.12 will be the last version to contain the prefix Eko. New features WILL NOT be added to these older versions any longer.
iOS Android Web
According to Apple’s announcement , "Starting April 2021, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 12 and the iOS 14 SDK."
Please refer to this section for details.
The error code will be presented in terminated
state. Please refer to for more details.
If the access token has expired, all network requests will fail. However, the SDK includes an automatic process for renewing the access token. As long as this process is implemented correctly, it is unlikely that the app will encounter this problem. Please refer to for more details.
The code above will provide you with the list of users which matches with display name "Brian".
The above example searches for all users whose display names start with "Test User 1".
The queryUsers
provides a way to search for users by their display name.
Refer documentation for instructions on how to globally ban a user.
For more information please visit to
To retrieve an AmityUser
object for a specific userId
, you can use the getUser
method provided by the UserRepository
. This method accepts the userId
as a parameter and returns a of AmityUser
. The live object allows developers to observe changes to the user's properties in real-time, ensuring that their app remains up-to-date with the latest user information.
Follow the below code to retrieve a user object:
The User Repository provides a method to get a single user. It returns a LiveObject which you can observe.
You can also use the code below to get one user:
The User Repository provides a method to get a list of all users, which will be returned as a LiveCollection:
This method takes an optional sortBy
parameter which must be a UserSortingMethod
- these include displayName
, firstCreated
, and lastCreated
:
To retrieve multiple users, you can use getUserByIds
method provided by UserRepository
. This method accepts a collection of userId
as a parameter and returns a ofAmityUser
.
A user's role can be changed via the Console. Refer to for the instructions on how to change a user's role.
Below are tables for each category that show the default roles and permissions. You can create new roles and assign a specific set of permissions for each role in the SP Console. Refer to .
There is no limit to the number of moderators in a community. If there are 100 members in the community, all 100 members can be promoted to moderator. Promoting a user to a community-level moderator can be done using the or through the SDK.
If displayName
is passed, but is enabled, the values will be ignored.
renew()
Indicates the SDK to renew the access token without an auth token.
renewWithAuthToken(...)
Indicates the SDK to renew the access token with an auth token. (Required for secure login)
unableToRetrieveAuthToken()
Indicates the SDK to postpone renewal.
SDK will re-initiate access token renewal at a later time, but no sooner than 10 minutes.
Name
Data Type
Description
Attributes
userId
string
The id of this user
roles
Array.<string>
A list of user's roles
displayName
string
The display name of the user
flagCount
integer
The number of users that have flagged this user
metadata
Object
The metadata of the user
hashFlag
Object
A hash for checking internally if this user was flagged by the user
createdAt
date
The date/time the user was created at
updatedAt
date
The date/time the user was updated at
isGlobalBan
Boolean
Flag that indicates if the user is globally banned. True
means the user is globally banned.
Note: This is not yet supported for Typescript
avatarCustomUrl
String
Custom Url provided for this user avatar
isDeleted
Boolean
Flag that indicates if the user is deleted
Authorization
Bearer{{Admin Token}}
UserID
User public id
SP Console Access
✅
✅
❌
❌
Create, Edit, & Delete, Roles
✅
✅
✅
✅
Ban & Edit User*
✅
❌
❌
❌
Exempt from filters
✅
✅
❌
❌
Exempt from rate limits
✅
✅
❌
❌
Exempt from mute
✅
✅
❌
❌
Exempt from ban
✅
✅
❌
❌
Exempt from blacklist & whitelist
✅
✅
❌
❌
Exempt from repitition check
✅
✅
❌
❌
Edit, Ban, Add, Remove, & Mute Channel User *
✅
✅
❌
✅
Edit & Mute Channel*
✅
✅
❌
✅
Edit & Delete Message*
✅
✅
❌
✅
Edit Channel Rate Limit*
✅
❌
❌
❌
Ban, Mute, Rate limit, & Manage Users
✅
✅
❌
✅
Mute Channels
✅
✅
❌
✅
Rate Limit Channels
✅
✅
❌
✅
Manage Messages
✅
✅
❌
✅
Global Access
✅
✅
❌
❌
Create, delete, Edit Community Categories
✅
✅
✅
❌
Edit & Delete Communities*
✅
✅
✅
❌
Edit, Add, Ban, & Remove Community Users*
✅
✅
✅
❌
Edit, Delete, & Review Community Posts*
✅
✅
✅
❌
Edit & Delete Community Comments*
✅
✅
✅
❌
Manage Community
✅
✅
✅
❌
Manage Community Stories
✅
✅
✅
❌
Edit & Delete User Feed Post
✅
✅
✅
❌
Edit & Delete User Feed Comment
✅
✅
✅
❌
Manage Posts & Comments
✅
✅
✅
❌
Manage Network Settings
✅
✅
✅
✅
Source
Permission
Description
Channel
MUTE_CHANNEL
Can mute/unmute channel
CLOSE_CHANNEL
Can close channel
EDIT_CHANNEL
Can edit channel
EDIT_CHANNEL_RATELIMIT
Can set rate limit of channel
EDIT_MESSAGE
Can edit all messages
DELETE_MESSAGE
Can delete all messages
BAN_CHANNEL_USER
Can ban/unban user from channel
MUTE_CHANNEL_USER
Can mute/unmute user in channel
ADD_CHANNEL_USER
Can add users to channel
REMOVE_CHANNEL_USER
Can add remove user from channel
EDIT_CHANNEL_USER
Can edit users in channel
User
BAN_USER
Can global ban/unban user
EDIT_USER
Can edit users
ASSIGN_USER_ROLE
Can assign role to users
User feed
EDIT_USER_FEED_POST
Can edit all posts on user feed
DELETE_USER_FEED_POST
Can delete all posts in user feed
EDIT_USER_FEED_COMMENT
Can edit all comments on user feed
DELETE_USER_FEED_COMMENT
Can delete all comments in user feed
Community
ADD_COMMUNITY_USER
Can add users to community
REMOVE_COMMUNITY_USER
Can remove users from community
EDIT_COMMUNITY_USER
Can edit users in community
BAN_COMMUNITY_USER
Can ban users in community
MUTE_COMMUNITY_USER
Can mute users in community
EDIT_COMMUNITY
Can edit community
DELETE_COMMUNITY
Can delete community
EDIT_COMMUNITY_POST
Can edit all posts in community feed
DELETE_COMMUNITY_POST
Can delete all posts in community feed
EDIT_COMMUNITY_COMMENT
Can edit all comments in community feed
DELETE_COMMUNITY_COMMENT
Can delete all comments in community feed
REVIEW_COMMUNITY_POST
Can review community post
MANAGE_COMMUNITY_STORY
Can create and delete community story
Community Category
CREATE_COMMUNITY_CATEGORY
Can create new community categories
EDIT_COMMUNITY_CATEGORY
Can edit community categories
DELETE_COMMUNITY_CATEGORY
Can delete community categories
Network
CREATE_ROLE
Can create new roles
EDIT_ROLE
Can edit roles
DELETE_ROLE
Can delete roles
Notification
MANAGE_NOTIFICATION_NETWORK_SETTING
Can manage notification settings
File upload and download are key features of our product, which enable developers to easily incorporate file-sharing functionality into their applications. With support for a wide range of file types, including images, videos, audio, and documents, developers can create highly engaging and interactive user experiences that drive engagement and increase retention.
By enabling users to share files directly within the chat or social feed, developers can create highly personalized and engaging experiences that foster deeper connections among users. For example, users can share photos and videos with friends and family, or exchange documents and other files within a community. To support various use cases and make it easy to handle files, images, and videos, we offer convenient methods for managing these types of content:
The video data is the representation of the video that has been uploaded using the SDK. The uploaded video will be transcoded to other different resolutions depending on console settings. Below is a table of properties that it contains.
fileId
Identifier for the uploaded file
fileUrl
The HTTP web URL for the uploaded file. You can use this fileUrl
for downloading the original video file. (The file format remains unchanged)
attributes
Contains a dictionary with values for name
, extension
, size
and mimeType
of uploaded video.
attributes.metadata
Contains a dictionary with values for video
and audio
of uploaded video.
attributes.metadata.video
Contains a dictionary with values for width
, height
, duration
, bit_rate
, avg_frame_rate
and display_aspect_ratio
attributes.metadata.audio
Contains a dictionary with values for duration
, bit_rate
and sample_rate
videoUrl
After video uploaded and transcoded by the server. The video data will contain videoUrl
that provides different video URLs for each resolution.
original - the equivalent resolution to fileUrl
1080p - 1920×1080 in horizontal, and 1080x1920 in vertical
720p - 1280×720 horizontal, and 720x1280 in vertical
480p - 640x480 horizontal, and 480x640 in vertical
360p - 480x360 horizontal, and 360x480 in vertical
(All transcoded videos are in MP4 format)
status
An enum represents 4 video statues
uploaded - the video is uploaded and users can watch the original raw file on fileUrl
transcoding - the video is being transcoded to pre-defined resolutions
transcoded - the video is transcoded and the resolutions are provided to videoUrl
error - the video encounters an issue while transcoding
To upload a video to the system, you can use the Social Plus Video Upload API provided by the SDK. The API allows you to upload a video to the Social Plus server. The SDK simplifies the process of uploading videos by providing pre-built components that you can easily integrate into your application.
Once you upload a video the videos undergo transcoding from their original resolution. You can quickly access the original size of the video right after you make the video message. However, it takes time for the transcoded resolutions to be ready. Here are the available transcoded resolutions.
1080p
720p
480p
360p
original
Supported ✅ (please wait while we prepare a real example!)
Here's an example of getting a specific video resolution from a post.
Additionally, you can display a video preview in the user interface by utilizing a video thumbnail image. This allows for a more visually appealing representation of the video and provides a quick preview for users before they choose to view the full video. The thumbnail may not be immediately available after the video is uploaded. However, eventually, the thumbnail will become available.
Supported ✅ (please wait while we prepare a real example!)
Supported ✅ (please wait while we prepare a real example!)
The functionality isn't currently supported by this SDK.
Files are an essential component of modern software applications. Social Plus provides a powerful file management system that enables you to easily handle different types of files, such as document files, videos, and audio files. In this section, we will introduce you to the concept of a file in Social Plus and provide an overview of file handling in Social Plus.
fileId
Root file key on cloud storage
fileUrl
HTTP link for file download
type
File type
createdAt
Date/time when a file is uploaded
updatedAt
Date/time when a file is updated
attributes
Information about the file
To upload a file to the system, you can use the Social Plus File Upload API provided by the SDK. The API allows you to upload a file to the Social Plus server by giving the file's data and the file metadata, such as the file name, file type, and file size. The SDK simplifies the process of uploading files by providing pre-built components that you can easily integrate into your application.
You can retrieve a file from Social Plus using the Social Plus File Retrieval API provided by the SDK. The API enables you to retrieve a file from the Social Plus server by supplying the file ID. The SDK streamlines the process of retrieving files by offering pre-made components that can be smoothly integrated into your app.
In addition to uploading and retrieving files, Social Plus provides a deleting function to delete a file that is no longer needed.
The response will return true
if the file deletion is successful.
Version 6 and Beta(v0.0.1)
The response will return true
if the file deletion is successful.
Otherwise, if an error is encountered during the deletion, it will return the following errors:
The use of images as a visual representation of information is crucial in many software applications. Our SDK provides the tools and functionality needed to easily handle images. In this section, we will introduce you to image handling in Social Plus, including how to upload and retrieve images in the SDK.
fileId
Identifier for the uploaded file
fileUrl
The HTTP web URL for the uploaded file. You can use this fileUrl
for downloading the image file.
attributes
Contains a dictionary with values for name
, extension
, size
& mimeType
of uploaded image
metadata
Contains additional metadata dictionary related to uploaded image such as height
, width
, isFullImage
etc.
altText
Contains descriptive text which conveys the meaning and context of an image
To upload an image to the system, you can use the Social Plus Image Upload API provided by the SDK. The API allows you to upload an image to the Social Plus server/ The SDK simplifies the process of uploading images by providing pre-built components that you can easily integrate into your application. Additionally, you can add alt text to your images to support accessibility, ensuring that your application is more inclusive for all users.
You can retrieve an image from Social Plus using the Social Plus Image Retrieval API provided by the SDK. The API enables you to retrieve an image from the Social Plus server by supplying the image URL. Once an image is uploaded to the server, the image will be automatically transformed into four different sizes for versatile usage. We provided an option to retrieve a specific image size which are:
Small: is used for image thumbnails, with a maximum image size of 160 pixels per dimension. For example, this should be used for small previews in an image gallery that displays a large number of images in a grid.
Medium: is used for standard image display, with a maximum image size of 600 pixels per dimension.
Large: is used for full-screen image display, with a maximum image size of 1500 pixels per dimension.
Supported ✅ (please wait while we prepare a real example!)
Supported ✅ (please wait while we prepare a real example!)
To enhance accessibility of your images, you can modify the alt text using the Update Image API. This value can be served to screen readers to provide meaningful descriptions of your images to visually impaired users.
Here's how to update an image's alt text:
Registering your app for push notifications will require a registered AmityClient
instance (necessary to know which user is associated with this device) and a push notification token.
Social Plus's Development Kit does not manage:
user-facing requests for push notifications and authorizations
the creation and refreshing of push notification tokens
It's up to your app to take those steps and pass the notification token to the SDK.
We recommend observing the completion block outcome to ensure a successful registration.
If the device was previously registered with this or another user, the previous registration is invalidated as soon as this new request is received, which means that the device will always receive notifications of up to one user.
Unlike the registration, unregistering for push does not require the AmityClient
instance to be associated with any user, therefore you can unregister the device from receiving push notifications as soon as the AmityClient
has been initialized with a valid API key.
The unregistration allows one to pass an optional userId
:
if a valid userId
is passed, Social Plus's backend will stop sending push notifications to this device only if the currently active push notification associated with this device is also associated with that user. No action is taken otherwise.
if no userId
is passed, Social Plus's backend will stop sending push notifications to this device.
You can register and unregister as many times as you'd like, however, please remember that we use the "Last write wins" strategy.
Process to setup iOS push notification certificates to receive notification from Social PlusSDK / Social PlusUIKit.
To send or receive push notifications using our SDK, you would need to create push notification certificates from the Apple Developer Console & Upload to our Social Plus console.
Here are the steps to generate a push notification certificate from the Apple Developer Console.
Step 1:
Step 2:
Select Apple Push Notification Service SSL (Sandbox & Production)
Step 3:
Follow the rest of the steps of creating certificates as shown by Apple & download the .cer file.
Step 4:
Double-click on the .cer file you downloaded in the last step in Finder. After a few seconds, the Keychain Access program should open.
Step 5:
Select Login → My Certificates, then right-click on the Apple Push Services certificate that you just installed. It would show you some options as shown below.
Step 6:
Select the Export “Apple Push Services …” option and save the file using the .p12 extension. If you add a password while exporting, you will need to enter the same password in the Social Plus Console.
Step 7:
Open Social Plus Console. Select Settings → Push Notifications & Upload this .p12 file to Social Plus Console.
The SDK has three levels of notifications and in order for it to be sent, a notification has to pass throughout all three levels.
Network Level: (via Admin Panel) turning off notifications at this level effectively disables push notifications altogether for all of your customers.
User Level: (via client) A user can choose to enable/disable notifications per feature module. Please note that this setting is per user, not per device: regardless of which device sets this toggle, the new preference will take effect in all the devices where the user is logged in.
Channel or Community Level: (via the client) A user can choose to enable/disable notifications per channel or community (where is a member). Again, this preference is per user, not per device.
FCM dependency:
Before you can start receiving push notifications, you need to obtain a FCM unique token string that identifies each FCM client app instance:
You can initialize the services with the obtained token. Please note that the FCM token can be changed through an application life cycle. Please make sure that the FCM token supplied to the messaging SDK is up to date. To notify the messaging SDK of the latest token, the following line of code can be called whenever necessary:
Since Google Play services are banned in China, The messaging SDK provides Baidu push services as a substitute for FCM. The messaging SDK requires an api key and a secret key from Baidu:
Baidu dependency:
Baidu API key is needed for Baidu push services initialization:
Note: The messaging SDK always considers FCM as a primary push provider and Baidu as a secondary push provider. If the messaging SDK detects Google Play services on the device, Baidu push services won't be initialized.
In order to send or receive push notifications using our UIKit v4.0.0-beta.7, you would need to register the FCM token for Android and the APN token for iOS.
Follow the steps below to enable push notifications in your project:
Refer to the official documentation to set up and install Firebase and Firebase Cloud Messaging (FCM):
Open the Social Plus Console.
Navigate to Settings → Push Notifications.
Upload the FCM service account JSON file.
Open the Social Plus Console.
Navigate to Settings → Push Notifications.
Upload the .p12
file.
Integrate the following code into your React Native app to pass the FCM or APN token to the Social Plus UIKit:
API token management is a login authentication process that allows a Social Plus user to access Social Plus applications in a unified and streamlined environment.
Social Plus SDK provides AmityUserTokenManager to manage user credentials. This includes an access token that can be used to access some Beta features.
To create a new user token, refer to the following example and the parameters below.
userId
: This is a required parameter of type String
that represents the unique identifier of the user whose credentials are being managed by the AmityUserTokenManager
.
displayName
: This is an optional parameter of type String
that represents the display name of the user. If provided, it will be associated with the user's credentials.
Update current user information, including display name, avatar, user description, metadata, etc., using the updateUser
method in the 'amityClient' class. This method updateUser
accepts these optional parameters:
The method accepts the following optional parameters:
displayName
- user's display name
description
- user's description
avatarFile
- file ID of the user's avatar
avatarCustomUrl
- custom url of the user's avatar
metadata
- user's metadata
You can upload an image and set it as an avatar for the current user.
First, you need to upload image using AmityFileRepository
and then update the image info.
Step 1 — Upload an image:
Step 2 — Passing AmityImageData
from step 1 into the builder, and call user update API.
If you have an avatar present in your current system/server and just want to integrate that existing avatar to AmitySDK, you can just set the URL for the avatar directly.
Note: getAvatarInfo
provides the information associated with a particular Avatar
First, you need to upload image and then update the image info. If you have an avatar present in your current system/server and just want to integrate that existing avatar to AmitySDK, you can just set the URL for the avatar directly.
If you have an avatar present in your current system/server and just want to integrate that existing avatar to AmitySDK, you can just set the URL for the avatar directly.
Either you wish to let us handle your user's avatar, or if you already have a system for it we got you covered. The 2 properties avatarFileId
and avatarCustomUrl
answer those two use-cases separately.
You can easily retrieve the url of a file from our FileRepository object and use it to display in your app later on. Here's an example in React:
You can easily retrieve the url of a file using observeFile
and use it to display in your app later on. Here's an example in React:
The SDK offers push notification settings per user, allowing users to configure whether to enable or disable push notifications for specific feature modules. This configuration applies universally to every device logged in as the same user.
Configurable modules include CHAT
, SOCIAL
, and LIVE_STREAM.
The SDK provides "getSettings()
" function within User Notification to inspect the current settings of each feature module.
The SDK provides "enable()
" function where user can specify the settings of each module and "disableAll()
" function where user can choose to disable notifications on every module.
The functionality isn't currently supported by this SDK.
Push notifications are small pop-up messages triggered by an application, even when the application is not open. Push notifications are an essential part of social features that a customer must provide to their end users.
Clients who want to have the push notifications delivered to their own servers first in order to customize before it reach their users can opt for this method.
In this solution, events are sent from Social Plus’s servers to the client’s servers via webhook. Clients can decide what to do with each event before it reaches the end user's device as a notification. Clients have the ability to edit the notifications (i.e.: translate the message), filter them (based on specific use cases or user preferences), and perform analytics before sending them to the users. With this new feature, clients can also have notifications for web apps.
In this scenario, there's no SDK involvement needed. The whole notification process is managed on your end.
With this solution, the notifications will be triggered and delivered to your users directly by Social Plus's servers. There's nothing that the iOS client has to do in order to display the notification to your users. Social Plus's servers will prepare for you a notification that can be directly displayed to the user as and when it's received.
As Social Plus's servers are responsible for choosing the content of the push notification, you can expect your users to receive the following notifications for different kinds of events:
Event: A new channel has been created and the user has been added among other members. Push Notification Title: %s
(%s
= New Channel display name) Push Notification Body: You're now member of %s!
(%s
= New Channel display name)
Event: A new user has joined a channel. Push Notification Title: %s
(%s
= user display name) Push Notification Body: %1s has joined %2s
(%1s
= user display name, %2s
= channel display name)
Event: A new message has been received in a channel where the user is already a member. Push Notification Title: %1s (%2s)
(%1s
= user display name, %2s
= channel display name) Push Notification Body: %s
(%s
= message text body if text message, Image Message
if the image message, Special message
otherwise)
A new push notification will be sent to a specific user when:
A new message is sent in a channel of the user who is already an existing member of it.
A new channel is created and the user is among the listed members of the channel on creation.
A new member joins a channel of the user who is already an existing member of it.
Supported ✅ (please wait while we prepare a real example!)
Version 6 and Beta(v0.0.1)
If an error is encountered while creating the file, it will return the following errors:
On Android, you can separately observe uploading states outside of the uploading method by using:
Version 6 and Beta(v0.0.1)
Supported ✅ (please wait while we prepare a real example!)
Go to Apple Developer Console (i.e. ) and click on Certificates.
That’s it. Now the certificate is setup, Please follow the steps shown in the section to correctly send APNS tokens to receive push notifications.
In addition to push notifications, we also offer a that stores the notification history for each user.
To retrieve push notifications, use a service that extends FirebaseMessagingService
. Refer to Firebase's documentation for detailed information.
Note: Baidu push services require a number of additional permissions. You can find .
Follow the to get the FCM service account JSON file.
Follow the to get the iOS keychain file with a .p12
extension.
authToken
: This is an optional parameter of type String
that represents the user's authentication token. If provided, it will be used to authenticate the user when accessing the Social Plus application. For further information about security please visit the .
Version 6 and Beta(v0.0.1)
The updateCurrentUser
method accepts the following optional parameters:
displayName
- user's display name
description
- user's description
avatarFile
- file ID of the user's avatar
avatarCustomUrl
- custom url of the user's avatar
roles
- user's role
metadata
- user's metadata
Below is a sample code on how to update the current user's display name, description, and metadata. This method returns a promise. If the update is successful, the method will return true,
else it throws an error.
The functionality isn't currently supported by this SDK.
For more information, go to settings.
Click for more .
Click to learn about different SDK .
The SDK offers push notification settings per community, allowing users to configure which notification events should be enabled on the community. This configuration applies universally to every device logged in as the same user.
Configurable events include POST_CREATED
, POST_REACTED
, COMMENT_CREATED
, COMMENT_REACTED
, COMMENT_REPLIED
, STORY_CREATED
, STORY_REACTED
, STORY_COMMENT_CREATED
, LIVESTREAM_START
The SDK provides "getSettings()
" function within Community Notification to inspect which notification events are enabled on the community.
The SDK provides "enable()
" function where user can choose which notification events to be enabled on the community and "disable()
" function to disable all notification events on the community.
The functionality isn't currently supported by this SDK.
The Social Plus SDK encompasses comprehensive support for polls, offering developers an effortless way to incorporate polls into their social applications. Polls enable users to create and participate in a diverse range of topics, sparking targeted engagement and conversations among users.
As demonstrated in the code sample below, here's a way to create a poll in the poll post.
Polls can be created with the following settable controls:
question
- A question that can be up to 500 characters long.
answer
- A set of two to ten answers. Each answer can be up to 200 characters long.
answerType
- Indicates whether the survey allows multiple choices. The available options are Single
(default) and Multiple
.
timeToClosePoll
- A time window limiting how long the poll will be open. By default, the setTimeToClosePoll
value is set to 30 days if no value has been set for it.
This function enables you to cast a single vote and the vote cannot be revoked. If the poll type is multiple, you have the option to select multiple choices.
Here's an explanation of the method's parameters:
pollId
: This is a required parameter of type String
, which represents the ID of the poll that the user wants to vote on.
answerIds
: This is a required parameter of the type Array<String>
, which represents an array of IDs of the answer options that the user wants to vote for. Users can select one or multiple answers depending on the poll's configuration.
The ability to close a poll is restricted exclusively to individuals who have ownership permissions, such as the creator of the poll or an administrator. It is important to note that a poll can only be closed before its designated closing time.
Here's an explanation of the method's parameters:
pollId
: This is a required parameter of type String
, which represents the ID of the poll that the user wants to close.
The deletion of a poll is limited exclusively to individuals who possess ownership permissions, such as the creator of the poll or an administrator.
Here's an explanation of the method's parameters:
pollId
: This is a required parameter of the type String
, which represents the ID of the poll that the user wants to delete.
Supported ✅ (Please wait while we prepare a real example!)
Mentions allow users to tag other users in messages, comments, and posts. It's a powerful tool for fostering engagement and collaboration within your social application. With mentions, users can easily direct messages to specific individuals or groups and can alert them to new content or important updates. In the SDK, mentions can be implemented in a range of ways, depending on your application's needs and user experience. Here are the models that support mentions creation and highlighting:
you have the flexibility to define your own mention data structure for representing mentions. This allows you to highlight the mentioned text in a way that best suits the needs of your application and users. The most important aspect of mentions is to notify users when they have been mentioned, regardless of the specific data structure used. This ensures that users can quickly and easily engage with the content that is most relevant to them.
Upon creating a model above (a post, comment, or message) with a mention, you can include a JSON object in the metadata parameter. The metadata represents the mentioned object, which depends on the design of your data structure. However, Social Plus provides a default structure to help you create the mentioned metadata.
To ensure prompt notification of the person mentioned, it's important to provide the list of user IDs for the mentioned user parameter. This will help ensure that the mentioned users are notified and able to engage with the content.
mentionUsers(userIds)
- In order to mention users and notify specific users. This function supports all mentionable models.
mentionChannel(channelId)
- In order to mention and notify the whole channel. This function supports only a message model.
metadata
- a flexible JSON object that can accommodate any information regarding the mentioned users. Our default structure for representing mentions is also in the metadata property.
To represent mentions using our structure, you will need to utilize the AmityMention object. This object can be created during mentionable model creation, as well as during rendering. The model contains four properties:
type
- type of the mention - the possible types are user and channel, for posts and comments, only support mentioning the user but the message supports mentioning the channel additionally.
index
- start index of current mention
userId
- userId of the user being mentioned. If the type of the mention is channel, then userId
is undefined.
length
- length of the mention
Below is an example to create a comment with mentions by using our default mention metadata structure:
As we mentioned we provided the flexibility for you to define your own mention object data structure to represent mentions. You can use the default data structure provided by the SDK to render mentions in your application, which can be accessed through the helper class. This allows you to easily retrieve mentions and render them. The mentionable model contains properties related to the mentioned feature:
mentionUsers
- The AmityUser object array contains details about users mentioned in the current content.
metadata
- a flexible JSON object that can accommodate any information regarding the mentioned users. Our predefined structure for representing mentions is also in the metadata property.
Below is an example to render mentions in a comment by using our default mention data structure:
The following example demonstrates how AmityMentionMapper
and AmityMention
works in a comment. The function getAttributedString
uses AmityMentionMapper
to extract AmityMention
from metadata, and return the highlighted text.
There is no restrictions over how you'll handle the highlighting the mentions in your UI. At Amity, we pass this metadata property inside CommentRepository.createTextcomment
and CommentRepository.editTextComment
along with other parameters to conveniently highlight across the platforms.
The SDK offers push notification settings per channel, allowing users to configure whether to enable or disable push notifications for specific channel. This configuration applies universally to every device logged in as the same user.
The SDK provides "getSettings()
" function within Channel Notification to check whether push notification is enabled on the channel.
The SDK provides "enable()
" and "disable()
" functions where user can choose whether to enable or disable push notifications coming from the channel.
The functionality isn't currently supported by this SDK.
The SDK also offers functionality to query and synchronize the presence of other users, enabling the creation of a UI that displays their online status. For example, you might use a green dot to indicate whether a particular user is online or offline.
Within the SDK, a user's presence is represented by the AmityUserPresence
object, which contains three properties.
The SDK enables users to query the presence state for a list of users, with a maximum limit of 220. The getUserPresence
method from the AmityUserPresenceRepository
class can be used to fetch a list of AmityUserPresence
objects.
In addition to querying user presence, the SDK also offers a method to periodically sync the presence of other users. This functionality keeps users informed about the online status of others. One application of this feature would be to display a list of users and provide an online indicator for those who are currently online.
For optimal use, particularly when displaying a list of users, call this method as a list item appears to synchronize the user's presence state. Conversely, utilize the unsyncUserPresence(id, viewId)
method to stop synchronization when a list item is no longer visible, ensuring that the maximum sync limit is never reached.
This syncUserPresence(id, viewId)
method also provides an optional viewId parameter. viewId is the unique id of the view that this user id is tied to. In most cases, you do not need to specify any value to this parameter. viewId is useful if you want to bind the same user id to multiple views on the same screen. In that case, if you want to unsync presence for one view, it won't affect presence syncing for the same user id in another view.
The SDK includes the unsyncUserPresence(id, viewId)
method to cease syncing the presence of a specific user ID. When a user ID is unsynced, the SDK removes it from the current list of synced IDs, and the observer returned from the getSyncingUserPresence()
method will no longer provide presence information for that user. The method also features an optional viewId
parameter, functioning similarly to the syncUserPresence(id, viewId)
method.
The SDK also provides a convenient method to unsync all user ids that are currently being synced. This is particularly useful when you don’t care about the user ids being synced. One use case for this is when the user navigates to another screen that does not care about syncing previously synced users at all. So you can call unsyncAllUserPresence()
method when the previous screen disappears.
After adding users for synchronization, the next step involves observing their presence. The SDK offers an observer via the getSyncingUserPresence()
method. Whenever presence information is retrieved for users synced through syncUserPresence(id, viewId)
, this information is published through the observer.
Accessing User Presence:
You can access the presence information for synced users in two ways:
Through the Observer Returned from getSyncingUserPresence()
: When the presence information is updated, the observer provides an array of [AmityUserPresence]
the user IDs being synced. Users need to map AmityUserPresence
from this array to the view where the information is to be displayed.
Through the AmityUser
Object: When presence information is fetched from the server, the lastHeartbeat
timestamp is mapped to the lastHeartbeat
property of the AmityUser
object, if available. Users can directly access the lastHeartbeat
property from the AmityUser
object to determine whether a user is online or offline.
The SDK provides the getOnlineUsersCount
method in the AmityUserPresenceRepository
class to query the count of online users. Please note that this count does not update automatically.
The SDK provides a method getOnlineUsersSnapshot in AmityUserPresenceRepository to query a list of online users in a network. The list of users can be accessed through user property which returns an array of AmityUser.
When this snapshot object is initialized, it fetches the snapshot of user presences of all online users in current network. Then it maps that information to AmityUser per page and provides a list of AmityUser with pagination. Each page can contain a maximum of 20 users. When the snapshot is returned, it will contain users for the first page. You can still fetch more users if available through the loadMore() method. Once more users are fetched, the user can access those users through the user's property. You can also use the canLoadMore property to determine if more online users can be fetched.
To retrieve all ads and settings added to your network via the console, use the getNetworkAds()
function. This function provides a comprehensive view of your ads and configurations, allowing UIKit or your application to consume and display ads accordingly.
The functionality isn't currently supported by this SDK.
To integrate poll functionality, developers can utilize the poll features offered by the Social Plus SDK in their applications. Polls can be tailored to meet specific needs, including options for single or multiple-choice polls, setting poll expiration dates, and more. Users can then participate in the poll by choosing their preferred option. At present, the Social Plus SDK only supports the integration of polls within posts, please refer to - , .
When users are mentioned, they will receive push notifications. You can customize the push notification content such as the title and the body using the . Providing the notification title and body in the titleTemplate
and bodyTemplate
parameters respectively. Here is a sample model:
The functionality isn't currently supported by this SDK.
The SDK includes the syncUserPresence(id, viewId)
method in the AmityUserPresenceRepository
class to synchronize the presence of another user. This method adds the specified ID to the list of user IDs for presence synchronization, occurring periodically at set intervals. To observe the results of this process, use the getSyncingUserPresence()
method. When presence information is obtained for the currently syncing user IDs, notifications are sent through the observer returned from the getSyncingUserPresence()
method. For further details on observing presence, refer to the section.
userId
Id of the user
lastHeartbeat
Timestamp when that user last synced its heartbeat with the server.
isOnline
Convenient property to determine online status. User is considered online if its lastHeartbeat has been within last 60 seconds.
The Social Plus SDK enables app monetization with ads while giving you control over the advertising experience. Through our console, you can inject ads into the system, select your preferred placements and frequency, and seamlessly integrate ads to generate revenue without disrupting user engagement.
AmityFileRepository
AmityFileRepository
The presence state is a vital aspect of any modern application, acting as a driving factor for engagement products by showing the user's current availability. The Social Plus SDK supports both observing and notifying the presence of users, analogous to being online and observing users' online statuses.
Social Plus SDK offers specific methods that allow the logged-in user to enable, disable, or query about presence settings. When these presence settings are enabled, the user is prepared to synchronize their presence state with the server.
Users can enable or disable their presence state feature. Disabled users will be considered offline and cannot use any presence-related functionalities. Network-level settings can also affect this feature.
The SDK user can invoke the enable()
method within client.presence
to activate their presence status.
The SDK user can invoke the disable()
method within client.presence
to deactivate their presence status. When disabled, the user will be unable to sync both their own heartbeat and the presence of other users in the network. This action also halts any ongoing heartbeat synchronization processes.
The SDK user can invoke the isEnabled()
method within client.presence
to check their presence status. This method also determines if the presence state feature is available for the app. If unavailable, isEnabled()
returns false
. If the feature is available, the method checks the user-level settings, which are managed through the enable()
and disable()
methods as previously described.
The SDK also provides a way to query & sync the presence of members of the conversation channel. This allows you to create a UI that displays the presence status of other members in the conversation channel. Example: A green dot to indicate whether another user is online or offline in the conversation channel.
In SDK, channel presence is represented by AmityChannelPresence
object. This object contains 3 properties.
channelId
Id of the Channel
userPresences
AmityUserPresence object for members whose presence state has been synced
isAnyMemberOnline
If any user's (except you) lastHeartbeat has been within last 60 seconds
The SDK also offers the functionality to query and synchronize the presence of members within a conversation channel. This enables the creation of a user interface that displays the presence status of other members in the channel, such as using a green dot to indicate whether a user is online or offline within a specific conversation. In the SDK, channel presence is represented by the AmityChannelPresence
object, which contains three properties.
The SDK includes the syncChannelPresence(id,viewId)
method in the AmityChannelPresenceRepository
class to synchronize the presence of members within a conversation channel. This method adds the specified ID to the list of channel IDs whose members' presence will be synced, and this process occurs periodically at a predetermined interval. To observe the results of this syncing process, use the getSyncingChannelPresence()
method. When the presence information for the currently syncing channel members is obtained, it is published through the observer returned by the getSyncingChannelPresence()
method. More details can be found in the Observe Channel Presence section.
When displaying a list of conversation channels, it is advisable to use this method. The observer offers a class named AmityChannelPresence
that holds the presence information for the channel's members. Likewise, the unsyncChannelPresence(id, viewId)
method should be used to stop syncing the presence state when a list item is no longer visible, ensuring that the maximum sync limit is never reached.
This syncChannelPresence(id, viewId)
method also provides an optional viewId
parameter. viewId
is the unique id of the view that this user id is tied to. In most cases, you do not need to specify any value to this parameter. viewId
is useful if you want to bind the same channel id to multiple views on the same screen. In that case, When you unsync channel presence in one view, it won't affect presence syncing for the same channel id in another view.
The SDK offers the unsyncChannelPresence(id, viewId)
method to cease syncing the presence of a particular conversation channel. If the channel ID is unsynced, the SDK will remove it from the list of channel IDs whose members are currently being synced. Consequently, the observer returned by the getSyncingChannelPresence()
method will no longer contain information about this channel. This method includes an optional viewId
parameter and operates similarly to the syncChannelPresence(id, viewId)
method.
The SDK includes a convenient method, unsyncAllChannelPresence()
, to stop syncing all channels that are currently being monitored. This feature is particularly useful when the application no longer requires information about the channels being synced. For example, this method can be called when a user navigates to a different screen that has no dependence on the previously synced channels, allowing for an efficient transition between different parts of the application.
After adding the channels to sync, the next step is observing the user presence. The SDK provides an observer through the getSyncingChannelPresence()
method. Whenever presence information is fetched for channels synced through the syncChannelPresence(id, viewId)
method, that information is published through this observer.
Accessing Channel Presence:
The observer returned from getSyncingChannelPresence()
Whenever presence information is updated, the observer will provide an array of [AmityChannelPresence]
for the channels that are being synced. Users must map AmityChannelPresence
from this array to the view where this information is to be displayed
Live Objects and Live Collections are observable data holders. The observer gets updated when there is a change of data in the local cache.
There are two main sources that can make changes to the object and collection:
When an object gets updated by an action from the current device.
Real-time events of the subscribed objects from the server.
Refer to the platform-specific subpages in this section for an in-depth explanation of how your SDK handles live objects and live collections.
Live Object allows users to observe the states of a single object within the app, such as a post, message, or channel. With Live Object, users can automatically receive notifications of any data updates related to the observed object, whether from the network or locally.
Live Object also provides additional states, such as isLoading
and error
, which can help understand the status of the observed object and any potential issues that may arise.
Live Object API is designed around the observer design pattern, allowing users to subscribe to an object, receive notifications of any data updates, and unsubscribe when necessary. These updates are delivered via Snapshot, a captured state that is frozen and cannot be changed. Users can own and access these snapshots to stay up-to-date with the latest data within the app.
It's worth noting that while data updates may occur internally within the SDK, these updates will not affect previous snapshots. The only way for users to see the latest data is by getting new snapshots delivered via Live Object updates.
Live Collection allows users to observe changes to an entire collection of data within their app in real-time. Live Collection works similarly to Live Object, with the main difference being that Live Collection notifies changes related to the entire collection rather than just a single object.
To use Live Collection, users can observe changes in a specific collection within the SDK. The collection handler then receives a snapshot of changes since the last result, which includes three possible events:
the indices of the objects that were deleted
the indices of the objects that were inserted
the indices of the objects that were modified.
By subscribing to changes on a specific collection using Live Collection, users can stay up-to-date with the latest changes and updates to important collections within the app. This can be particularly helpful for managing large amounts of data or monitoring changes to frequently updated collections, such as messages or posts.
The presence heartbeat is a mechanic to signal the system whether a user is online or offline. The SDK offers two convenient methods that allow users to periodically sync or unsync their presence status with the server. When the server receives a heartbeat sync request, it records the timestamp at the time of the request, designating it as the lastHeartbeat
timestamp for that user.
The SDK automatically manages the periodic syncing of this heartbeat once the startHeartbeat
method is called. To cease syncing your presence with the server, the user must invoke the stopHeartbeat
method.
Invoke the startHeartbeat
method in client.presence
to initiate the heartbeat synchronization process. This method automatically checks the user's presence settings within the network, and if enabled, begins to sync the heartbeat at specified intervals defined in the SDK. The synchronization process is handled automatically, streamlining the user's interaction with the system.
Utilize the stopHeartbeat()
method within client.presence
to cease the heartbeat synchronization process. To restart the sync, you must invoke the startHeartbeat()
method again.
The Ad Impressions feature is a tool designed to collect valuable data regarding ad interactions for analytics and reporting purposes. This feature empowers users to gain insights into how their ad is performing. With this feature, users can mark specific ads as seen or clicked, and access the report via the console.
The 'markAsSeen()
' function in the Social PlusSDK serves to increase the impression and reach count of specific ads.
The 'markLinkAsClicked()
' function in the Social PlusSDK serves to increase the CTR of specific ads.
Live Objects are supported in the Android SDK with RxJava Data Streaming
It is a Java VM implementation of ReactiveX, a library for composing asynchronous and event-based programs by using observable sequences. The building blocks of RxJava are Observables and Subscribers. Observable is used for emitting items and Subscriber is used for consuming those items.
SDK handles lots of data received from various sources. Data can be present in local cache. It might also be queried from the server or received from some real-time events. What this means is that same data is constantly updating. The data that you are accessing at the moment can get updated by other sources and becomes out of sync.
Rx3 Data Stream helps in syncing the data so you will always get the most recent one. Whenever the data updates, you will be notified through Flowable Objects and Flowable Collection.
New data gets automatically collected everytime when there is an updation and user need not refresh to get the recent data.
Post Collection
Comment Collection
Reactions Collection
Followers/Following Collection
Channel Collection
Message Collection
Channel Member Collection
Community Collection
Community Members Collection
User list collection
Channel members search collection
Live stream collection
To retrieve data from the RxStream, we need to subscribe to the Stream(Flowable/Single/Completable) by defining subscribing and observing threads.
In the RxJava3 framework we have these different types of objects that can be observed:
Flowable - emits a stream of elements
doOnNext
doOnError
Single - emits exactly one element
doOnSuccess
doOnError
Completable - emits a “complete” event, without emitting any data type, just a success/failure
doOnComplete
doOnError
To get channel data, below is a sample code.
The Amity Android SDK comes equipped with asynchronous and data stream capabilities, powered by RxJava3 by default. However, for those who prefer to use Kotlin's Coroutines, the SDK can be seamlessly integrated with the following Kotlin extension functions, allowing for easy interoperability between Amity Android SDK functions and Kotlin Coroutines functions.
By using the .await()
method, it enables the conversion of Completable
and Single<T>
functions of the Amity Android SDK into suspend
functions.
By using the .asFlow()
method, it enables the conversion of Flowable<T>
functions of the Amity Android SDK into Flow
functions.
Amity Android SDK seamlessly integrates with Jetpack Compose UI, allowing you to take full advantage of the modern UI toolkit provided by Jetpack Compose. You can effortlessly incorporate our SDK into your Jetpack Compose-based projects to enhance your app's social experience. This compatibility ensures that you can leverage the power of Jetpack Compose while benefiting from the features and capabilities our SDK provides.
In Jetpack Compose, integrating data from a `Flow<PagingData<T>>` source into your UI is made easy through the `collectAsLazyPagingItems()` function. This function allows you to seamlessly paginate and display items within your Composable functions.
To start using it, add compose paging dependency in your project app level build.gradle
file.
Then in your Composable functions, you can collect from flow and display data, and also can observe the load state.
By using collectAsState()
method, it can deliver asynchronous data updates to your Compose UI components.
In iOS Social Plus SDK, we have a concept of Live Object and Live Collection. LiveObject is represented by AmityObject
an instance and LiveCollection is represented by an instance of AmityCollection
. These generic classes encapsulate any other object and notify the observer whenever any property of the encapsulated object changes.
Live Object helps to observe changes in a single object whereas Live Collection helps to observe changes in a list of objects. For example: AmityObject<AmityPost>
or AmityCollection<AmityMessage>
.
SDK handles a lot of data received from various sources. Data can be present in the local cache. It might also be queried from the server or received from some real-time events. This means some data is constantly updating. The data that you are accessing at the moment can get updated by other sources and become out of sync.
Live Object and Live Collection help in syncing these constantly updating data, so you will always get the most recent one. Whenever the data gets updated, you will be notified through helper methods in live objects and live collection classes.
New data gets automatically collected every time when there is an updation and the user need not refresh to get the recent data.
Live collection is available for the following functionalities in user/community feeds:
Post Collection
Comment Collection
Story Collection
User Collection
Reactions Collection
Followers/Following Collection
Channel Collection
Sub-Channel Collection
Message Collection
Channel Member Collection
Community Collection
Community Members Collection
Community Category Collection
Stream Collection
Both AmityObject
and AmityCollection
provide methods for observing changes in objects. The life cycle of observation is tied to its token. As soon as the token is invalidated or deallocated, observation ends.
AmityNotificationToken
is a simple object which keeps track of what is being observed. Each Live Object or Live Collection observation is tied to its respective token. As soon as the token is invalidated or deallocated, observation ends. The token is declared within the scope of the class.
The token is used in combination with AmityObject
or AmityCollection
. We will explore it more in AmityObject and
AmityCollection
concepts.
AmityObject
is a generic class that keeps track of a single object. It is a live object. In iOS AmitySDK
, any object which is encapsulated by AmityObject
is a live object.
Examples:
AmityObject<AmityMessage>
AmityObject<AmityChannel>
AmityObject
class exposes the following methods:
observe
observeOnce
These methods help observe a live object. Whenever any property for the observed object changes, the observer is triggered.
observe
method can be triggered multiple times throughout the lifetime of the application as long as its associated AmityNotificationToken
is retained in memory. observeOnce
method, on the other hand, can only be triggered once.
Both observe
and observeOnce
methods will be called from the main thread so you can perform any UI update-related tasks from within the observed block itself.
If the requested object data is stored locally on the device, the block will be called immediately with the local version of the data. This can be verified through the dataStatus
property of AmityObject
.
In parallel, a request is made to the server to fetch the latest version of the data. Once the data is returned, the observed block will be triggered again.
Any future changes to that data from any sources can trigger an observer.
Lifecycle: The life cycle of the observer is tied to its token. If the token is not retained, then the observer can get deallocated at any time and will not be called. Both observe
and observeOnce
block will be retained using token as shown below.
The AmityNotificationToken
provides a method called invalidate()
which can be used to invalidate the token anytime. As soon as you invalidate the token, your observation stops and observe block will no longer be triggered.
There are multiple ways to access data from AmityObject
. AmityObject
exposes the following properties:
dataStatus
: Indicates whether the data is fresh or local
loadingStatus
: Indicates if the data is being loaded from server or not
object
: The actual object that is being tracked or encapsulated by this AmityObject
Once you add an observer block, you can access both local or fresh data as shown below.
If you want to observe fresh object just once, you can check the data status and invalidate the token once you receive the fresh object.
For
observerOnce
method, if data is present locally, this observer will be triggered only once with that local data. If you are looking for fresh data, use theobserve
block and invalidate the token once fresh data is received as shown above.
If you only care about local data and do not want to observe anything, you can also access the object
property from AmityObject
directly.
While this is possible, we recommend accessing object from within theobserve
or observeOnce
block depending on your requirement.
AmityObject
can be tracked for their loading status by accessing the loadingStatus
property, which is of type AmityLoadingStatus
and it can have one of four possible values.
0 (notLoading): Indicates that the data is already fresh locally and does not need to be loaded.
1 (loading): Indicates that the client is currently loading the data from the server.
2 (loaded) - Indicates that the client has successfully loaded fresh data from the server and is up to date.
3 (error) - Indicates that the data is unable to load due from a specific error.
AmityCollection
is a generic class that keeps track of a collection of objects. It is a live collection. In iOS SDK, any object which is encapsulated by AmityCollection
class is a live collection.
Examples:
AmityCollection<AmityMessage>
AmityCollection<AmityChannel>
AmityCollection
exposes these methods:
observe
observeOnce
These methods help to observe a live collection. Whenever any property for any object within the collection changes, the observer is triggered.
observe
method can get triggered multiple times throughout the lifetime of the application as long as it's associated AmityNotificationToken
is retained in memory. observeOnce
, on the other hand, can only be triggered once.
Both observe
and observeOnce
method will be called from the main thread so you can perform any UI update related task within the observe block itself.
If the requested data collection is stored locally on the device, the block will be called immediately with the local version of the data. This can be verified through the dataStatus
property of AmityCollection
.
In parallel, a request is made to the server to fetch the latest version of the data. Once the data is returned, the observe block will be triggered again.
Any future changes to the data from any sources can trigger observer.
Lifecycle: The life cycle of the observer for AmityCollection is also tied to its token. If the token is not retained, the observer can get deallocated at any time and will not be called. So, both observe
and observeOnce
block should be retained. You can refer to the section in AmityObject
about retaining and invalidating a token.
Unlike most databases, AmityCollection
does not return all data in an array. Instead, data is fetched one by one using the objectAtIndex:
method. This allows the framework to store most of the actual result on disk, and load them in memory only when necessary.
AmityCollection
also exposes a count
property which determines the number of objects present in a collection.
With these two public interfaces, you can create a robust list UI for your use case. Similar to AmityObject
, AmityCollection
also exposes dataStatus
and loadingStatus
property.
Let's look at the typical flow when accessing a collection data.
If you want to observe only fresh or local collection, you can access it using thedataStatus
property and invalidate the token once you have accessed your desired collection data.
For
observerOnce
method, if data is present locally, this observer will be triggered only once with that local data. If you are looking for fresh data, useobserve
block and invalidate the token once fresh data is received as shown above.
Observer also provides you with the AmityCollectionChange
object which contains indexes of what is added, deleted, or modified in a collection. You can also refer to these properties to update the UI for the list.
While SDK provides liveCollection.object(at:)
to access a single item, you might often find the need to iterate through all objects in the collection. The SDK has a convenient way to do this using .allObjects()
.
Using the above method is the same with this logic:
AmityCollection
in SDK returns a maximum of 20 items per page. It has nextPage()
and previousPage()
method to fetch more data. It also exposes hasNext
and hasPrevious
property to check if next page or previous page is present.
Once next page is available, the same observe
block gets triggered and you can access the collection as shown above. If you want to shrink the collection to the original first page, you can do so by calling resetPage()
method on the same collection.
One typical usage of Live Collection is in UITableView
. Below is an example of fetching a collection and displaying it in a tableview.
AmityObject and AmityCollection are now observable object with its properties marked with @Published
annotation. Now you can use live object & live collection directly within your SwiftUI views.
Since AmityObject
& AmityCollection
are observable object, it can be used as an ObservedObject within SwiftUI views. We recommend to create small view which observes AmityCollection & AmityObject as ObservedObject as shown in code sample below.
Live Collection - SwiftUI
Since the properties are published, If you are using Combine Framework, you can also subscribe to changes on those properties.
Live Object - Combine
Live Collection - Combine
#1: LiveCollection is not updated when used from inside of another observable class.
AmityCollection
& AmityObject
is an ObservableObject
. When this live collection or live object is embedded inside another Observable Object, SwiftUI cannot observe the changes in snapshot occurring within Live collection & Live object. As a result, there might be a situation where you see your view is not getting updated even when snapshot(s) are updated. This is a common problem with nested observable object in SwiftUI.
To solve this issue we recommend to create a specific view which observes AmityCollection
& AmityObject
as @ObservedObject
as shown in code example.
#2: Published property still returns old values.
Since the properties of AmityCollection & AmityObject are marked with @Published
annotation, the publishing of changes occurs in the property’s willSet
block, meaning that any subscribers will receive an update before the property is changed. This behaviour can easily lead to unexpected bugs.
In the Social Plus TypeScript SDK, we have the concept of Live Object and Live Collection.
Live Object is represented by an instance of Social Plus Object. It helps to observe changes in a single object.
Live Collection is represented by an instance of Social Plus LiveCollection. It helps to observe changes in a list of objects.
For example: Amity.Post
or Amity.LiveCollection<Amity.Post>
SDK handles lots of data received from various sources. Data can be present in the local cache. It may also be queried from the server or received from real-time events. What this means is that the same data is constantly updating. The data that you are accessing at the moment can get updated and become out of sync.
Live Object and Live Collection help in syncing data so you will always get the most recent one. New data gets automatically collected every time when there is an update and the user need not refresh to get the recent data.
Live Collection is available for the following in user/community feeds:
Post Collection
Comment Collection
Reactions Collection
Followers/Following Collection
Channel Collection
Sub Channel Collection
Message Collection
Channel Member Collection
Community Collection
Community Category Collection
Community Objects
Community Members Collection
File Collection
Story Collection
Stream Collection
User Collection
Although live objects were introduced prior to v6. All getter methods for singular objects (example getPost
) will now return a subscribe-able object.
This means that if an object gets updated and you have subscribed to real-time events, the object will get updated automatically via real-time events.
Although live collections were introduced prior to v6. All query methods for the collection of objects (example getPosts
) will now return a subscribe-able collection.
This means that if an object in the collection gets updated and you have subscribed to real-time events, the collection will get updated automatically via real-time events.
By subscribing to a specific topic in the system, users can ensure that they are receiving the most up-to-date information and notifications related to the observed object across devices.
The library is being used in Android development to achieve Live Object and Live Collection behavior.
You can visit for more information.
Live Collection is available for the following functionalities in user/community feeds via APIs:
For any specific errors that's handled in PagingData please visit the web page below to properly handle its errors
Data Stream uses all standard .
Please make sure that the user is logged in before observing AmityObject. You can also refer to the section for more details.
Please make sure that the user is logged in before observing AmityCollection. You can also refer to section for more details.
For more details, please refer to
If for your use case, you don't require any real-time updates, you can unsubscribe immediately. For further information about Live Object, please visit page.
If for your use case, you don't require any real-time updates, you can unsubscribe immediately. Similar to the live objects above. For further information about Live Collection, please visit page.
dataStatus
✅
-
loadingStatus
✅
-
snapshot
✅
New
error
✅
-
object
❌
Deprecated
dataStatus
✅
-
loadingStatus
✅
-
snapshots
✅
New
error
✅
New
All data returned by the SDK are wrapped in the SDK's LiveObject API. The LiveObject API allows you to easily retrieve the queried data asynchronously, as well as subscribe to any new changes to the data.
Observing live changes to any object queries can be done by observing the dataUpdated
event on the Live Object:
In this example, the block observes the data of the currently authenticated user and prints out the displayName
. The observe block can be called multiple times throughout the lifetime of the application:
If the requested object data is stored locally on the device, the block will be called immediately with the local version of the data (you can verify this through the dataStatus
property).
In parallel, a network request for the latest version of the data is fired. Once the network returns the data, the observe block will be called again with the updated data.
Any future changes to the data (whenever the user changes its displayName
on another device, for example) can trigger additional callbacks.
We recommend you to always call removeAllListeners()
whenever you are done observing an event to avoid any unnecessary callbacks.
The data provided by LiveObject is directly accessible via the model
property. The model
property is always kept up to date with the latest state changes; wheneverdataUpdated
event is fired, the model
property has already been updated.
If you want to exclusively display fresh data in your UI (without using the potentially out-of-date local data), you can do so by reading the object's dataStatus
property, which reflects the status of the callback data, and checking that its value is set to fresh.
You can also use the object's loadingStatus
property to determine the current state of network operations being performed by the LiveObject. This is useful for any UI element that needs to provide the loading state.
The LiveObject can also emit events for updates for dataStatus
as well as loadingStatus
. As with other events, please make sure to call removeAllListeners()
when you are done observing changes to these values in order to prevent memory leaks.
The LiveObject updates statuses and data in strict order and emits related events accordingly when an instance is created. A few different cases might occur when you create a LiveObject instance:
Initial values:
loadingStatus = LoadingStatus.Loading
dataStatus = DataStatus.NotExist
model = undefined
Process received data:
emits loadingStatusChanged
emits dataStatusChanged
emits dataUpdated
Initial values:
loadingStatus = LoadingStatus.Loading
dataStatus = DataStatus.Local
model = localData
Process received data (same order):
emits loadingStatusChanged
emits dataStatusChanged
emits dataUpdated
- only if data is really different
loadingStatus = LoadingStatus.Loaded
dataStatus = DataStatus.Fresh
model = localFreshData
This is the list of LiveObject members and methods.
Members
model
= model that the live object should fetch
loadingStatus =
determine the current state of network operations being performed by the LiveObject
dataStatus =
reflects the status of the callback data
Methods
on(event, callback)
= listens to event
and executes callback
when event
is fired
once
= same as the on
method but can only be called once
removeAllListeners
= removes all listeners from on
dispose
= causes the LiveObject to be destroyed and cleaned up
Here is a sample code on how the get Post data.
The LiveObject API supports queries that return a list of objects, this is known as a LiveCollection. LiveCollection has the same methods and properties as its object counterpart but contains a few other helper methods around pagination.
Pagination with LiveCollections is very simple: the collection offers a convenient nextPage
method that you can call which will automatically trigger a local cache lookup, a network call, and multiple LiveObject updates once new data is returned. Every collection starts with one page of 20 models. After nextPage()
is successful, the dataUpdated
event will be triggered with a new array combining both the old objects as well as 20 newly fetched objects.
The dataUpdated
event will be dispatched when the first set of data from the server is loaded. Calling nextPage
will load the next set of data. Once all data are loaded, the dataUpdated
event will once again be dispatched.
You can use the
nextPage
property to determine if you've scrolled to the end of the list. ThenextPage
property initially returnsfalse
until the first collection query is finished.
Lastly, if there is a need to shrink the list of objects exported back to only the first 20 records (for example, if you pass the LiveCollection object to a new view), you can simply call resetPage()
.
Similar to model
property of the LiveObject, the LiveCollection provides models
property which is basically an array of LiveObject's model
objects. models
is mutable and always contains the same data as one returned by dataUpdated
event.
Both LiveObject and LiveCollection can be subscribed to the dataError
event which is fired every time an error happens during the data update process. In other words, every time the LiveObject or LiveCollection fails to get data from the server - this error will be emitted.
We recommend you to always call dispose()
whenever you are done working with any LiveObject/LiveCollection.
Dispose is a very important functionality of the LiveObject. It allows you to avoid memory leaks and keeps your application performant. What does dispose()
do:
unsubscribe all listeners attached to the LiveObject instance;
stop all internall observers related to the LiveObject instance;
clean up an internall buffer of the LiveObject instance;
After you call dispose()
on a LiveObject instance, dataStatus and loadingStatus switch to Error
.
AmityNotification
is alive in MyClass
scope..allObjects()
.allObjects()
nextPage()
/ previousPage()
to load more dataUITableView
In Flutter SDK, we have a concept of Live Object and Live Collection. Live Object is represented by StreamSubscription<Object>
instance and LiveCollection is represented by an instance of LiveCollection
. LiveCollection
is a generic class that encapsulates any other object and notifies the observer whenever any property of the encapsulated object changes. Live Object helps to observe changes in a single object whereas Live Collection helps to observe changes in a list of objects. For example: StreamSubscription<AmityPost>
or LiveCollection<AmityMessage>
.
SDK handles lots of data received from various sources. Data can be present in the local cache. It might also be queried from the server or received from some real-time events. What this means is that the same data is constantly updating. The data that you are accessing at the moment can get updated by other sources and become out of sync. Live Object and Live Collection help in syncing the data so you will always get the most recent one. Whenever the data updates, you will be notified through helper methods in the Live Object and Live Collection classes.
New data gets automatically collected every time when there is an update and the user need not refresh to get the recent data.
Live Collection is available for the following in user/community feeds:
Post Live Collection
Community Live Object
Message Live Collection
Comment Live Collection
Story Live Collection
Stream Live Collection
Reaction Live Collection
Story Target Live Collection
Global Story Target Live Collection
Live Object is available for the following in user/community feeds:
Post Live Object
Community Live Object
Comment Live Object
Poll Live Object
Story Live Object
StreamSubscription<Object>
is a native flutter class that keeps track of a single object. It is a live object. In Flutter AmitySDK
, any object which provides Stream is a Live Object.
Examples:
This function helps listen to Live Object. Whenever any property for the observed object changes, the listen
callback will be triggered.
LiveCollection
is a generic class that keeps track of a collection of objects. It is a Live Collection. In Flutter SDK, any object that is encapsulated by LiveCollection
class is a live collection.
Examples:
MessageLiveCollection
ChannelLiveCollection
LiveCollection
exposes these methods:
asStream
onError
These methods help observe a Live Collection. Whenever any property for any object within the collection changes, the observer is triggered, as well as observing any errors from the collection.
asStream
method can get triggered multiple times throughout the lifetime of the application as long as its associated Stream<List<Object>>
is retained in memory.
asStream
method will be called from the main thread so you can perform any UI update-related task within the listen
block itself.
If the requested data collection is stored locally on the device, the block will be called immediately with the local version of the data.
In parallel, a request is made to the server to fetch the latest version of the data. Once the data is returned, the listen
block will be triggered again.
Any future changes to the data from any sources can trigger the listen
block.
AmityCollection
in SDK returns a maximum of pageSize
items per page. It has loadNext()
method to fetch more data. It also exposes hasNext
property to check if the next page or previous page is present.
Once the next page is available, the same listen
block gets triggered and you can access the collection as shown above. If you want to shrink the collection to the original first page, you can do so by calling reset()
method on the same collection.
One typical usage of LiveCollection is in ListView
. Below is an example of fetching a collection and updating its state in a Widget
.
The SDK supports real-time events of various data models through a robust event-driven mechanism. For instance, when a user modifies their profile, these changes can seamlessly be reflected in another user's device. This reflection is achieved via the same Live Objects/Collections that the user is observing in real-time.
Currently, the SDK supports real-time event subscriptions for the following models:
Community
Post
Comment
User
Follow/Unfollow
Subchannel
To subscribe or unsubscribe from the relevant real-time events, you need to create a Subscription Topic
. Upon constructing the subscription topic, the SDK exposes methods for subscribing and unsubscribing, allowing you to listen to specific events without needing to create a new topic.
The subscription topic construction, excluding Follow/Unfollow topics, requires two parameters:
Data Model (required): This represents the model to which we wish to subscribe, which can be any Live Object model.
Subscription Level (optional): This allows specifying the event level within that model for real-time updates. The SDK includes an enum for this purpose. If not provided, the default subscription level corresponds to the passed model type.
Once you've successfully established a subscription using the methods outlined previously, the SDK will start receiving data pertaining to the events you've subscribed to. Should there be any alterations to the Live Objects/Collections you are observing, you will be notified via the observer block of the respective Live Object or Live Collection. This functionality ensures you always have access to the most current data without needing to manually fetch updates.
Here's an example of subscribing to real-time events from a subscription topic and observing changes via a live object. For available topics please visit Social Realtime Events and Chat Realtime Events.
In JavaScript SDK, After subscribing to data models from liveObjects, the changes from the realtime event will also be reflected on the dataUpdated
event of the same liveObject.
Available event handlers:
onCommunityCreated
onCommunityUpdated
onCommunityDeleted
onCommunityJoined
onCommunityLeft
onCommunityUserAdded
onCommunityUserBanned
onCommunityUserRemoved
onCommunityUserUnbanned
onPostCreated
onPostUpdated
onPostDeleted
onPostApproved
onPostDeclined
onPostFlagged
onPostUnflagged
onPostReactionAdded
onPostReactionRemoved
onCommentCreated
onCommentUpdated
onCommentDeleted
onCommentFlagged
onCommentUnflagged
onCommentReactionAdded
onCommentReactionRemoved
onUserFollowed
onUserUnfollowed
onFollowerRequested
onFollowRequestAccepted
onFollowRequestCanceled
onFollowRequestDeclined
onFollowerDeleted
onFollowInfoUpdated
To ensure the number of active subscriptions stays within the limit, it is recommended to unsubscribe from topics when they are no longer needed. This could mean unsubscribing when leaving a particular screen or during periods of inactivity.
Each topic subscription in the SDK provides an unsubscribe
method. For unsubscribing, use the Unsubscribe
topic method.
If the logout()
method is invoked at any point, the current session will be terminated and all existing subscriptions will be automatically removed. This functionality assists in efficiently managing active subscriptions and preventing unwanted data consumption.
Use unsubscribeTopic(...)
method from AmityTopicSubscription
class or use unsubscribeEvent(:_)
method from the model itself
Supported ✅ (please wait while we prepare a real example!)
By adopting these practices, you can efficiently manage the subscription limit and maintain a responsive and performant application.
The SDK imposes a maximum limit of 20 for the number of topics that can be subscribed to simultaneously. Developers are advised to manage their list of subscriptions and unsubscribe as necessary.
For instance, suppose you have two screens: one displays a list of communities, and the other displays community details. You may want to subscribe when a user is viewing community details and unsubscribe when the user returns to the community list screen.
Even if you subscribe to the same topic and event multiple times, the SDK maintains only one subscription.
Use higher-level topics: Instead of creating a topic for each post within a community or each comment within a post, it's recommended to create a single community topic for all posts and comments within that community. This can be achieved by using the getCommunityTopic
method with a SubscriptionLevel
of POST_AND_COMMENT
.
Subscribe when rendered, unsubscribe when not: Developers should consider subscribing to a topic when a liveObject is rendered and unsubscribing when it's no longer needed. For instance, if you have a list of communities on a page and you navigate to a page showing a community's details, you may want to subscribe when the user is viewing community details and unsubscribe when the user returns to the community list page.
In the context of channels, subchannels, and message collections, receiving real-time events is an automatic process for conversation and community channels; you do not need to perform any additional actions. However, a live channel still needs to be established.
Similar to the process for social real-time events, a topic is a unique path that must be constructed for each model you wish to receive updates about in real-time. The SDK offers helper methods for creating these topics for each model type. Each topic includes an events enum that developers can select to subscribe to, based on their business context and preferences.
To receive updates from a channel or any content created within that channel, the user must hold a 'Member' status within that channel. Once the user leaves the channel, they will no longer receive real-time events.
Code
Error Name
Description
400000
BadRequestError
Request contains invalid parameters.
400001
InvalidRegularExpression
An invalid regex rule retrieved from or added to the Blocklist
400002
VideoFormatInvalidRequestError
Video format not supported
400100
UnauthorizedError
Unverified user performs any action that requires access token verification.
400300
ForbiddenError
User performs forbidden action such as uploading a pdf file in an image message.
400301
PermissionDenied
User has no permission to perform the action.
400302
UserIsMuted
A muted user sends a message.
400303
ChannelIsMuted
User sends a message in a muted channel.
400304
UserIsBanned
User accessed a channel or community where he is banned.
400307
MaxRepetitionExceed
User reached the limit of the number of sent messages containing blocklisted words.
400308
BanWordFound
User sends a message that contains a blocklisted word.
400309
LinkNotAllowed
User sends a message that contains link that is not in the Allowlist.
400311
RPCRateLimitError
Web socket rate limit is exceeded.
400312
GlobalBanError
Banned user performs any action.
400314
UnsafeContent
Content moderation system detects unsafe content (eg. nudity).
400315
DuplicateEntryError
Display name of a collection already exists (eg. for your channels or community categories).
400316
UserIsUnbanned
Returned when unbanning a user that is not banned.
400317
ForbiddenError
The only active moderator in a channel/community attempts to leave and there are no other moderators in the group.
400318
ForbiddenError
The only moderator in a channel/community attempts to leave and there are no other members in the group.
400319
ForbiddenError
User changes module and user notification settings but the network notification setting is off.
400400
ItemNotFound
System cannot find any resource matched with the requested condition.
400900
Conflict
System cannot create/update duplicated data.
500000
BusinessError
Uncategorized internal system errors not related to any user input.
500000
BusinessError
Video upload failed
Code
Error Name
Description
800000
Unknown
Uncategorized errors.
To debug, refer to the 'error.message' property.
800110
InvalidParameter
Data type of the parameter is invalid.
800210
ConnectionError
Websocket connection of the SDK cannot reach the platform server. This could also be the case if a user is global-banned and try to register a session.
Error objects can be returned to you via LiveObjects, callbacks, or client error delegates. The possible error codes are listed in a public error code enum: each case is named after its error.
You can convert a Social Plus Exception into a Social Plus Error with the following:
When an error is returned as a result of an action from your side (e.g. trying to join a channel), the action is considered completed and the SDK will not execute any additional logic.
A global ban error means that the user is banned from the system resulting in the inability to have a connection with the system. If the user already has a session, the session will be revoked, and will be unable to create a new session.
The validateUrls()
function takes an array of urls
as input. It returns a success response if the input passes validation and throws an error otherwise. It ensures that the URLs conform to the pre-defined list set in ASC console.
Here's an explanation of the function parameter:
urls
: An array of URLs to be validated
The validateTexts()
function takes an array of texts
as input. It returns a success response if the input passes validation and throws an error otherwise. It ensures that the text does not contain any of the pre-defined blocked words set in the ASC console.
Here's an explanation of the function parameter:
texts
: An array of texts to be validated
The getChannels
function is a powerful function that allows you to search for and retrieve channels that match specific criteria. With this function, you can quickly and easily find the channels you need.
The function accepts several parameters that allow you to customize your search. The displayName
parameter is a string that specifies the search query, allowing you to search for channels based on their public display name.
Once you have made your query, the function returns a Live Collection of channels that match your query criteria. You can use this collection to display the search results in your app or to further filter the results as needed.
You can query channels with the following criteria:
displayName
: The public display name of the channel.
includeDeleted
: Specify whether to search for channels that have been closed. Possible values are:
null
(default) - Show both channels are active and closed.
false
- Search for channels that are still open
tags
: Search for channels with specific tags. If more than 1 tags are specified in the query, the system will search for channels that contain any of those tags.
excludeTags
: Search for channels without the specific tags. If more than 1 tags are specified in the query, the system will search for channels that do not contain any one of those tags.
filter
: Membership status of the user. Possible values are:
all
(default) - Search for channels
member
- Search for channels that the user is a member of
notMember
- Search for channels that the user is not a member of
flagged
- Search for channels that the user flagged
types
: type of channel to search for - conversation
, broadcast
, live
or community
userId
: Search for channels that are created by a given User ID (only if you're an admin).
Version 6
Beta(v0.0.1)
A topic is a distinct path that must be constructed for each model to which you wish to subscribe in real-time. The SDK provides helper methods to create these topics for each model type. Each topic encompasses an events enum, which developers can select to subscribe to based on their business context and interests.
To subscribe to updates from a community or any content created within that community, the user must have the 'Member' status in that community. Once the user leaves the community, they will no longer receive real-time events.
COMMUNITY
- subscription to changes in the community object
POSTS
- subscription to changes of post objects in the community
COMMENTS
- subscription to changes of comment objects in the community
POST and COMMENTS
- subscription to changes of posts and posts comments in the community
STORY and COMMENTS
- subscription to changes of story and story comments in the community
The default value is COMMUNITY
POST
- subscription to changes of the post object
COMMENTS
- subscription to changes of comment objects on the post
The default value is POST
COMMENT
- subscription to changes in the comment object
The functionality isn't currently supported by this SDK.
USER
- subscription to changes in the user object
POSTS
- subscription to changes of post objects in the user feed
COMMENTS
- subscription to changes of comment objects in the user feed
POST and COMMENTS
- subscription to changes of post and comment objects in the user feed
The default value is USER
The functionality isn't currently supported by this SDK.
MY_FOLLOWERS
- subscription to changes related to users that the current user follows
MY_FOLLOWING
- subscription to changes related to users that follow current user
The functionality isn't currently supported by this SDK.
Subscription to changes related to specific stories.
ChannelRepository
offers a function to create a new channel. This function provides support for creating three distinct types of channels, including Community
, Live
, and Conversation
. Each channel type has its own unique characteristics and capabilities as we explained earlier, and the create channel function allows users to easily create and customize channels to suit their specific needs.
The SDK offers two standard ways for creating channels. The first method involves specifying a specific channel ID during the channel creation process. The second method allows for the automatic generation of a unique channel ID. The create channel API is designed to ensure that the channel being created is new, and if the requested channel already exists, it will return a conflict error (400900). The channel ID parameter in the channel creation function may be left undefined, in which case the SDK will automatically generate a unique channel ID to avoid any conflicts with existing IDs.
Here is a brief explanation of the function parameters:
displayName
: The public display name of the channel.
avatarFileId
: The image fileId that represents the image of the channel.
metaData
: Additional properties to support custom fields.
tags
- Arbitrary strings that can be used for defining and querying for the channels.
isPublic
- Specify visibility for the community channel that public or private community.
Here is a brief explanation of the function parameters:
displayName
: The public display name of the channel.
avatarFileId
: The image fileId that represents the image of the channel.
metaData
: Additional properties to support custom fields.
tags
- Arbitrary strings that can be used for defining and querying for the channels.
Version 6
Beta (v0.0.1)
Here is a brief explanation of the function parameters:
userId
: The userId of the user that you'd like to chat with.
displayName
: The public display name of the channel.
avatarFileId
: The image fileId that represents the image of the channel.
metaData
: Additional properties to support custom fields.
tags
- Arbitrary strings that can be used for defining and querying for the channels.
Version 6
Beta (v0.0.1)
Social Plus Chat SDK allows you to easily create full-featured in-app Chat experience
The Social Plus Chat SDK provides a powerful set of pre-built features to enable in-app social experiences and fuel user engagement. With support for a range of platforms and programming languages, the SDK is a flexible and scalable solution for building messaging apps. We hope this documentation page has provided you with the information you need to get started with the SDK. If you have any questions or feedback, please feel free to contact us via our support center.
We provide a range of pre-built features that enable in-app social experiences and fuel user engagement. Here are some of the main features of the SDK:
View read counts for every message
Moderate conversations with user banning, muting, and rate limiting
Assign moderators and admins via a role-based permission system
Filter out inappropriate content with automated spam filtering and URL whitelists
Manage connection state and handle offline data automatically
Support multi-device and multi-platform for every user
Powerful messaging capabilities for native and web apps
Moderation tools for filtering out inappropriate content
Role-based permission system for assigning moderators and admins
Real-time syncing of messages across all users in a channel
Support for text, image, audio, video, file, and custom messages
Support up to 300,000 concurrent participants in a channel
A channel is a virtual chat room or a group that enables users to send and receive messages in real-time. Channels allow developers to implement different types of chat messaging capabilities into their applications easily, such as private messaging, group chats, and chat rooms.
If you're new to the Social Plus Chat SDK, the following resources can help you get started:
Messaging is a crucial feature for any chat application, and with Social Plus Chat SDK, developers can enable real-time communication between users within a chat channel with ease.
The Social Plus Chat SDK supports several channel types, each designed to match a particular use case for chat channels. Here's a table showing what features each channel type offers:
Moderation is an essential feature for building a community that encourages user participation and engagement. With Social Plus Chat SDK, developers can use the moderation feature to assign moderators and admins via a role-based permission system, filter out inappropriate content with automated spam filtering and URL whitelists, and manage user bans.
The Social Plus Chat SDK supports several message types, including:
Chat experience is more fun when you can express yourself! With Social Plus Chat SDK, developers can use the Reactions feature to allow users to react to messages using emojis, stickers, or thumbs up. This feature can help users express their emotions and opinions, making communication more engaging and interactive.
Text Message
Image Message
File Message
Audio Message
Video Message
Custom Message
In addition to these message types, the SDK also supports message reactions, which can be used to enable users to react to messages in a channel.
Our channels enable developers to implement different types of chat messaging capabilities into their applications easily.
This page highlights the steps you will need to follow to begin integrating chat messaging into your products.
Moderation is an important feature for building a safe community that encourages user participation and engagement.
Interactions are more fun when you can express yourself! Let users react using emojis, stickers, or thumbs up to messages.
The joinChannel
function allows users to join a channel, making them a member of the channel. This function takes one parameter, channelId
which is the ID of the channel that the user wishes to join.
Once the user joins the channel, they will be able to participate in conversations and receive updates about the channel's activity. It is important to note that this function is idempotent, which means that it can be called multiple times without causing any issues. If the user has already joined the channel, a successful result will still be returned.
The leaveChannel
function is used to disengage a user from a channel by removing them from the list of members. This function takes the channelId
parameter, which specifies the ID of the channel that the user wishes to leave. Once the user has left the channel, they will no longer receive any messages or updates from the channel.
Version 6
Beta (v0.0.1)
When a user joins a channel, they can observe and chat with other users in that channel. They are also automatically considered a member of that channel. The Chat SDK provides the ability to view which users are currently in the channel as well as invite other users to join the channel.
Each channel is identified by a unique channelId
, which is any string that uniquely identifies the channel and is immutable through its lifetime. When creating channels, you can specify your own channelId
, or leave it to Social Plus's Chat SDK to automatically generate one for you.
It's important to note that, createChannel
guarantees that the requested channel is new (except for conversation
type), whereas joinChannel
will attempt to join an existing channel. If there is a requirement to create a new channel, then use of createChannel
the call joinChannel
. Lastly calling getChannel
only gives you back the channel LiveObject, but it won't make the current user join said channel.
You can observe the channel to determine changes in the membership status. If the user is banned from the channel, you would want to show the particular UI and move from the chat screen.
For example, in the event of a channel ban, it's possible to implement the appropriate user interface, navigating the user to be redirected away from the chat screen.
Supported ✅ (please wait while we prepare a real example!)
Supported ✅ (please wait while we prepare a real example!)
Subchannels are part of a channel. They are separate topics or chat threads inside a channel. Messages can be sent and received in subchannels. By default, a channel generates a main subchannel once it's created. You can create, update, delete, and query subchannels inside a channel. For the structure and relationship of channels and subchannels, please visit.
In the concept of channels and subchannels, a channel is a primary container that can hold multiple subchannels. Creating a subchannel will serve as a thread where users can send messages and participate in discussions related to a specific thread. The subchannel creation function requires two parameters: channelId
and displayName
.
channelId
: specifies the unique identifier of the parent channel where the subchannel will be created. This allows the SDK to link the subchannel to the correct parent channel, and organize it within the proper hierarchy.
displayName
: Specifies the public name or label of the subchannel that will be visible to users.
When you update a subchannel's properties, the changes will be reflected for all users who are members of that subchannel. Please note that the updateSubChannel
function only updates the properties of the subchannel itself, and does not affect any messages or other content that has been sent within the subchannel.
The function requires two parameters: subchannelId
and displayName
.
subhannelId
: This is the unique identifier of the subchannel that you'd like to update.
displayName
: This is the updated public name or label of the subchannel that will be visible to users.
We don't support this feature in JS SDK.
Version 6
Beta (v0.0.1)
The subchannelId
parameter specifies the ID of the subchannel that you'd like to delete. The hardDelete
parameter is a boolean value that determines whether to perform a hard delete or a soft delete.
A soft delete will mark the subchannel as deleted but keep its data in the system. A hard delete will immediately and permanently delete the subchannel and all its data from the system.
We don't support this feature in JS SDK.
Version 6
Beta (v0.0.1)
The AmitySubchannel
class represents a subchannel in a channel. It contains information about the subchannel, such as its ID, display name, avatar, creation time, and more.
We don't support this feature in JS SDK.
Version 6 and Beta(v0.0.1)
The getSubChannels
function allows you to retrieve a list of subchannels within a specific channel. It accepts the channelId
parameter to specify which channel to retrieve subchannels from.
We don't support this feature in JS SDK.
Version 6 and Beta(v0.0.1)
The observeNetworkActivities()
function in the Social Plus SDK allows developers to log and monitor all HTTP request and response activities within the SDK. This function provides valuable insights into the network interactions of your application with Social Plus, enabling you to track, analyze, and debug network-related issues effectively.
Our channels enable developers to implement different types of chat messaging capabilities into their applications easily
In this section, we will cover the concept of channels in Social Plus Chat SDK and how to use them to enable different types of chat messaging capabilities in your application.
The concept of "channel and subchannel" is central to understanding how communication is structured in a chat SDK. Channels are the primary containers that hold subchannels, while subchannels are subdivisions within a channel that represent individual topics or chat threads.
The relationship between a channel and its subchannels is hierarchical. A channel serves as a parent container for multiple subchannels, each of which represents a separate conversation or topic. Messages and interactions occur within subchannels, not the main channel itself. This organization allows for easier navigation and management of different conversations within a single channel.
The differences between channels and subchannels are as follows:
Function: Channels act as containers for subchannels, while subchannels are where actual conversations and interactions take place.
Hierarchy: Channels serve as parent containers, whereas subchannels are subdivisions within a channel.
Messages: Channels do not contain any messages directly; instead, all messages are stored within subchannels.
Management: Users can create, update, delete, and query subchannels within a channel, managing each subchannel individually.
Moderation: Moderation actions, such as banning, unbanning, muting, and unmuting users, can be performed at the channel level rather than the subchannel level. This approach ensures that moderation decisions apply to all subchannels within the main channel, providing consistent management across different conversations or topics.
Social Plus's Chat SDK has several channel types with different use cases. Each type is designed to match a particular use case for chat channels.
The community channel is the default channel type and can be discovered by all users and admins. It acts as a public chat channel that showcases all of the features that our SDKs have to offer.
All users in the network can search for a community channel
All users in the network can join the community without an invitation
Support @mention user
Support @mention all users in the channel
Appear on SP Console for an administrator to monitor
Team collaboration
Online gaming
Celebrity fan club
Live streaming
Any type of public chat
Live channels offer the ability for users and admins to create channels with exclusive membership. The live channel is identical to our Community channel in features with the caveat that users will not be able to discover the channel when querying for all channels unless they are already a member of it. However, users and admins can still invite other users to join the channel.
Can only be searched by member
Users can join if they know the channel ID
Support @mention user
Support @mention channel users (mention all users)
Appear on the ASC console for the administrator to monitor
Chat channel for a one-time Live event
Conversation channels are designed for 1-on-1 messaging and private small group chat. Unlike the other channel types, a Conversation channel can be created simply by knowing the userId of the user we want to converse with. Users can start conversations with any other user and only they will be able to see their conversation.
Each channel has its own list of members, and no two channels can have the same member list. If someone tries to create a new channel with the same set of members as an existing channel, the system will return the existing channel. For example, creating a new channel with User A and User B will always result in the same channel no matter how many times the create command is called. This is useful when trying to establish a private chat channel between 2 or more users as we want to make sure the user can continue using the existing channel that contains previous messages history.
Channel is always unique with the same set of memberships.
Support up to 10 members per conversation channel
Users can not join, leave, be added, or removed from the channel once it's created
Users can not ban/unban other users in the channel
Does not appear on the SP console for the administrator to monitor
Does not support @mention user & @mention all
1:1 Chat Channel
Private Group Chat
Customer Support Chat
Channel types can be created through SDK i.e
Community
,Live
andConversation
. Creation ofPrivate
andStandard
type has been removed.
The administrator can choose to send to any community OR live channel (but not to the conversation channel).
Support @mention user
Support @mention channel users (mention all users)
Typical use cases:
Marketing & Advertising
Organizational Announcements
SDK now supports querying channels based on provided channel IDs. The ChannelRepository
class includes a getChannels
method that takes an array of channel IDs as input and returns a live collection of channels. This live collection will contain all the channels that are being queried in the first page. This live collection will not support pagination.
Any update to the channels present in this live collection will be automatically notified to the user. Furthermore,
This live collection will only contain valid channels. In case of invalid channels (such as user gets banned etc.) the list may exclude those channels.
If any channel id is invalid, live collection will throw error.
Limitations:
If the channel is not public and user leaves the channel, the channel will still remain in the live collection until user refresh or resets the live collection.
We don't support this feature in JS SDK.
Version 6 and Beta(v0.0.1)
The functionality isn't currently supported by this SDK.
For any specific errors that's handled in PagingData please visit the web page below to properly handle its errors
This function on the SDK allows you to create a new . The displayName
parameter is a required field, and it represents the public display name of the channel.
Supported ✅ (please wait while we prepare a real example!)
Version 6
Beta (v0.0.1)
Similar to the community channel creation function, the function allows you to create a new . The displayName
parameter is a required field, and it represents the public display name of the channel.
The channel creation function can also be utilized to create channels of the Conversation type. However, it should be noted that the channel ID for these channels will always be generated by the SDK. This ensures that the channel ID is unique and avoids any potential conflicts with existing channels
channel can only be created from the Social Plus Console. We recommend to see instructions in on how to create a Broadcast channel.
iOS Android Web TypeScript React Native Ionic Flutter
Start a new conversation channel with up to 300,000 concurrent participants (actual maximum may vary from the selected plan, see for more detail)
Version 6
Beta (v0.0.1)
We don't support this feature in JS SDK.
Version 6
Beta (v0.0.1)
To get a subchannel, you can use the getSubchannel
method provided by the SubchannelRepository
. This method accepts a subchannelId
parameter and returns a of the AmitySubchannel
class.
By using a combines with , you can observe any changes made to the subchannel in real-time. This is particularly useful in cases where multiple users may be interacting with the same subchannel and you need to keep the UI up-to-date with the latest data.
The function returns a , which allows you to observe changes to the collection in real-time.
The function allows users to retrieve information about a specific channel using the channelId
parameter. This function returns a of the AmityChannel
class, which contains information such as the channel's display name, tags, avatar, and other metadata.
Version 6 and Beta (v0.0.1)
For further information about channel's realtime events process, please visit .
The Broadcast channel is heavily adopted by corporate users who constantly promote or advertise their products, or make the announcement to drive awareness. Unlike other channel types, broadcast channels only allow admin users to send messages from Console, , and SDK, and everyone else in the channel will be under read-only mode.
Broadcast messages can be sent out via SP console, , and SDK with admin or moderator permissions.
Channel Object is a Live Object and you can observe real-time changes in Channel Properties. Please see to on how to listen to real-time changes.
Channel Type
Discoverable by
Message sending privileges
Moderation access
Channel Creation
Realtime Events Retrieval
Community
All users and admins
Joined members and admins
All Moderation tools
SDK, Console
Automatic
Private Community
Joined members and admins
Joined members and admins
All Moderation tools
SDK, Console
Automatic
Live
Joined members and admins
Joined members and admins
All Moderation tools
SDK, Console
Subscription needed
Broadcast
All users and admins
Admins
Admin Moderation tools
SDK,
Console
Subscription needed
Conversation
Joined members
Joined members
No Moderation tools
SDK
Automatic
Channel Type
Discoverable by
Message sending privileges
Moderation access
Channel Creation
Realtime Events Retrieval
Community
All users and admins
Joined members and admins
All Moderation tools
SDK, Console
Automatic
Private Community
Joined members and admins
Joined members and admins
All Moderation tools
SDK, Console
Automatic
Live
Joined members and admins
Joined members and admins
All Moderation tools
SDK, Console
Subscription needed
Broadcast
All users and admins
Admins, and designated moderators
Admin Moderation tools
SDK, Console
Subscription needed
Conversation
Joined members
Joined members
No Moderation tools
SDK
Automatic
Name
Data Type
Description
channelId
String
ID of the channel
defaultSubchannelId
String
ID of the default subchannel that's generated upon channel creation
isDistinct
Bool
Is channel distinct?
metadata
JsonObject
Additional properties to support custom fields
type
AmityChannelType
Type of channel
tags
Array<String>
Tags used for searching
isMuted
Bool
Is this channel muted?
isRateLimited
Bool
This channel has limited sending rate?
rateLimit
Int
Number of messages within rate limit
displayName
String
Channel name for displaying
memberCount
Integer
Number of members in channel
messageCount
Integer
Number of messages in channel
unreadCount
Integer
Number of unread messages in channel
lastActivity
DateTime
Date/time of user's last activity related to the channel (e.g. add/remove member)
createdAt
DateTime
Date/time the channel was created
updatedAt
DateTime
Date/time the channel was last updated
avatarFileId
String
Avatar file ID
isPublic
Bool
Public / Private community channel
The unread count feature in chat channels allows you to keep track of new messages and stay up-to-date with ongoing conversations. By providing a simple indicator of unread messages, users can quickly prioritize which channels require their attention. This topic provides instructions for managing unread messages in a chat channel.
we only support unread count on community, conversation, and broadcast channels. We do not support this feature in live channels. Mention unread in channels aren't supported as well.
The updateChannel
function allows users to modify the properties of a channel. This function is useful in cases where a channel's details need to be updated, such as changing the channel's display name or avatar.
The function takes a channelId
parameter as a required input, which specifies the channel to be modified. Additionally, users can pass in any number of optional parameters to update the channel's properties. These optional parameters include:
displayName
: The new display name for the channel.
avatarFileId
: A new avatar image for the channel - Used to store ID of image file that represents avatar of the channel. To obtain file ID to set as channel avatar please see Upload Images section
tags
: Arbitrary strings that can be used for define and query for the channels
metadata
: Additional metadata to be associated with the channel.
Marking a message as read is a crucial functionality to update the read count and provide an accurate representation of the user's interaction with messages. The SDK provides a method to manually mark a specific message as read.
This action should be taken when entering the chat room or a new message appears in the chatroom UI, and the user has viewed the message.
To maintain accuracy in the read count, it is recommended to mark only the latest message as read. This ensures that the counts reflect the user's most recent interaction with the chat.
When you send a message to someone, it's important to know whether that message has been delivered to the recipient's device or not. This is where the "Mark message delivered" function comes in.
By calling this function, you can update the status of a message to "delivered", which indicates that the message has been successfully delivered to the recipient's device. This can be useful for ensuring that important messages have been received by the intended recipient.
The parameters for this function are:
subchannelId
: The ID of the subchannel where the message is located.
messageId
: The ID of the message you want to mark as delivered.
In a chat application, it is often necessary to track which users have read a message. The Get Message's Read User function allows developers to retrieve a list of users who have read a particular message. This function can be useful for a variety of purposes, such as displaying read receipts or tracking user engagement with a particular message.
To use this function, you can call the getMessageReadUsers
method, this will return a collection of users who have read the message.
It is also important for users to know whether their messages have been successfully delivered to the intended recipients. The "Get message's delivered user" function allows users to query the list of users who have marked a particular message as delivered. This feature can be useful in scenarios where users need to know whether their messages have reached their intended recipients, such as in a customer service application or a team collaboration tool.
The function takes a message ID as a parameter and returns a collection of user objects that have marked the message as delivered. By observing the live collection, users can receive real-time updates as new users mark the message as delivered.
To ensure that the message read count is up to date for a channel, users need to start reading the channel. When a user opens a channel, the chat system updates the read count for all messages in that channel, based on the user's reading status. This feature is designed to provide accurate read counts for channels, ensuring that users have a clear understanding of which messages have been read and which are still unread
Active syncing read receipt of a channel and letting the chat system know that reading status can update the message read count in that channel. The system will update the read count for all messages in the channel that the user has not yet read.
To optimize performance and reduce unnecessary memory consumption, it's important to stop syncing message read receipts before exiting the chatroom page. By halting the read receipt synchronization process, the application can avoid continuing to observe message read statuses when they're no longer relevant. This ensures that system resources are not wasted on monitoring activities that have ceased to be useful, thus enhancing application efficiency and ensuring smoother operation for the user.
Messages preview is partial data of the message that offers a brief summary of incoming messages through channel and subchannel objects. It allows users to quickly assess partial message content without opening the entire message.
To enable this feature, please refer to the API and the sample cURL commands provided below:
Note: Message Preview will be available only in channels and subchannels for new messages created after the feature is enabled.
Message previews play a crucial role in enhancing user experience in messaging platforms. By offering a brief glimpse of incoming messages through channel and subchannel objects, users can assess the urgency, context, and relevance of messages without needing to open the entire conversation. This feature is particularly beneficial in various scenarios:
Notifications: When a user receives a push notification or a message alert, a message preview can be shown, allowing the user to decide whether to engage immediately or defer it to a later time.
Chat List: In a list of ongoing conversations, each chat item can display the latest message as a preview. This helps users quickly identify and prioritize which chat to respond to first.
Data Economy: In scenarios where users have limited bandwidth or are on metered connections, previews allow them to decide if they want to download or load the complete message or any associated media.
Integrating message previews into applications can significantly boost user engagement and satisfaction. By offering users an efficient way to manage their interactions, apps can optimize response times and streamline communication workflows.
messageId
string
The id of this message
Content
channelId
string
The name of the channel this message was created in
Content
userId
string
The name of the user this message was created by
Content
type
string
The message type
enum*: text custom image file
data
Object
The message data (any text will be stored in text key)
text: Text message
isDeleted
boolean
The message has been marked as deleted
Content
createdAt
date
The date/time the message was created at
Content
updatedAt
date
The date/time the message was updated at
Content
Within our SDK, clients can effortlessly obtain message previews using a channel object attribute.
Our SDK offers clients a straightforward approach to access message previews for subchannels through dedicated subchannel object attributes.
The SDK provides a simple way for clients to retrieve the unread count for a channel. To view the unread count for a channel, we can get it from a channel object. This count represents the number of messages that you have not yet read in that channel.
Gets the total unread count of all channels. This only includes unread count from default subChannel of the channels that are already cached after being fetched from the server and excludes all.
To check if a channel supports the Unread Count feature, you can use the following code:
To get the mention status of the current user in a channel, developers can use the following code.
To get the mention status of the current user in a sub channel, developers can use the following code.
The searchMembers
function in the AmityChannelParticipation
class is used to search for members in a channel when mentioning. It takes the following parameters:
The function returns a Live Collection of ChannelMember
objects. You can filter search results with more than one option, such as filtering by muted and banned users. The role filter takes the role enum as an argument.
If no keyword is supplied, the list of users will be organized alphabetically by display name. When a keyword is provided, the list will be arranged based on search rank.
Here's an explanation of the function parameter:
displayname|keyword
: A parameter accepting the string for searching
memberships
: A parameter accepting an array of enum of membership status, enabling filtering members with matching one of the member statuses.
MEMBER
-> Active members
MUTED
-> Muted members
BANNED
-> Banned members
roles
: A parameter accepting an array of roles, enabling filtering members with matching roles
includeDeleted
: A parameter accepting a boolean value.
true
-> include a member whose user has been deleted
false
-> exclude member whose user has been deleted
For Android, iOS, JS SDK version 6.5.0 and below and TS SDK version v0.0.1-beta.42.3
The ChannelRepository
object exposes a totalUnreadCount
property that reflects the number of messages that the current user has yet to read. This count is the sum of all the unreadCount
channels properties where the user is already a member.
The startReading()
and stopReading()
methods let the server know that the current user is reading a channel. After the startReading()
and stopReading()
methods are called, the unreadCount
is reset to 0.
You can call both methods as much as you'd like, the SDK takes care of multi-device management: therefore a user can read multiple channels, from one or multiple devices at the same time. In case of an abrupt disconnection (whether because the app was killed, or the internet went down, etc.), the SDK backend will automatically call the stopReading
on the user's behalf.
The ability to search for and query members within a chat channel is an essential feature for creating a seamless and engaging user experience. With Social Plus Chat SDK, developers can use the query member feature to allow users to search for and retrieve member information within a channel. We will discuss how to use the query member feature of Social Plus Chat SDK to enable users to search and retrieve member information within a chat channel.
Here's an explanation of the function parameter:
filter
: A parameter accepting a filter enum, enabling filtering members with matching membership status.
ALL
-> Members with any membership status
MEMBER
-> Only active members
MUTED
-> Only muted members
BANNED
-> Only banned members
roles
: A parameter accepting an array of roles, enabling filtering members with matching roles
includeDeleted
: A parameter accepting a boolean value.
true
-> include a member whose user has been deleted
false
-> exclude member whose user has been deleted
sortBy
: A parameter accepting a sorting option enum
FIRST_CREATED
-> Sort by membership creation date ascending
LAST_CREATED
-> Sort by membership creation date ascending
Note: The membership creation date is the time the user joins the channel.
All participation-related methods in a channel fall under a separate ChannelParticipation
class.
All participation related methods in a channel fall under a separate ChannelParticipation
class.
You can get a list of all members, or add memberships
, roles
, search
parameters to get certain members of the channel.
Version 6
Beta (v0.0.1)
Channel Moderation is an essential feature for creating a safe and engaging chat community. With Social Plus Chat SDK, developers can use moderation to manage chat channels effectively and ensure that the chat community remains safe and welcoming. Moderation features such as user banning and muting can help prevent inappropriate content and maintain a positive chat environment.
AmityChannelMembership
provides methods to add and remove members, as well as removing yourself as a member of the channel (leaving the channel).
channelId
: The ID of the channel to which you want to add or remove members.
userIds
: An array of user IDs to be added to the channel or removed from the channel.
ChannelRepository
class also provides various methods to moderate the users present in the channel. You can ban/unban users, assign roles, or remove them from users.
For the banMembers
function, the following parameters are required:
channelId
: The ID of the channel from which the members are being banned.
userIds
: An array of user IDs to be banned from the channel.
For the unbanMembers
function, the following parameters are required:
channelId
: The ID of the channel from which the members are being unbanned.
userIds
: An array of user IDs to be unbanned from the channel.
Version 6
Ban members
Unban members
Beta (v0.0.1)
Ban members
Unban members
Supported ✅ (please wait while we prepare a real example!)
The archiveChannel
function allows users to archive a specific conversation channel. Archiving a channel removes it from the active list channel but retains its data for future reference. This function takes one parameter, channelId, which specifies the ID of the channel to be archived.
Effect for the User: The archived chat is hidden from the user's main chat list view and moved to a separate archived chat list. This action only affects the user who archives the chat; the other participant(s) in the conversation will still see the chat in their main list as usual.
Messages: Archiving does not delete any messages within the chat. Users can continue sending and receiving messages within the archived chat just like a normal chat.
Sorting: Chats within the archived list are sorted based on the timestamp of the last message exchanged.
Behavior: If another user sends a message in a chat you have archived, the chat will remain in your archived list. It will not automatically move back to the main chat list.
Notifications: You will not receive push notifications for new messages arriving in channels you have archived. The system prevents notifications for channels marked as archived by the recipient user.
Channel Type: Only 'conversation' type channels (like DMs) can be archived.
Archive Limit: A user can archive a maximum of 100 channels. An error message will be displayed if a user tries to exceed this limit.
Muted Chats: If a chat is muted and then archived, it is treated as a normal, unmuted chat within the archive list regarding its behavior (though notifications remain disabled due to the archive status).
The unarchiveChannel
function allows users to restore an archived conversation channel back to the active channel list. This function takes one parameter, channelId, which specifies the ID of the channel to be unarchived.
Effect for the User: The chat is removed from the archived list and reappears in the main chat list.
Sorting: The unarchived chat is placed back into the main chat list according to the timestamp of its last message.
The queryArchivedChannels
function allows users to retrieve a list of archived channels. This function uses a live collection to fetch the data and provides real-time updates on the fetching status. It also supports pagination to load more data when the user scrolls to the end of the list.
The SDK provides the startMessageReceiptSync() function to enable the observation of reading/delivered status within the chatroom. It is essential to initiate this functionality to receive real-time updates on message read/delivered counts. If the client doesn't start observing, it won't receive any updates regarding the read/delivered count.
Note: Observing reading status consumes real-time event topics. Therefore, it is recommended to stop observing when the user exits the chatroom using stopMessageReceiptSync().
To start observing reading status, call the startMessageReceiptSync() function:
This action ensures that the client receives real-time updates on the reading/delivered status of messages in the chatroom.
When the user exits the chatroom or when observation is no longer required, it is crucial to stop observing reading status to conserve resources and prevent unnecessary real-time event consumption. Use the stopMessageReceiptSync() function for this purpose:
Stopping observation ensures that the client no longer receives real-time updates on message read/delivered counts.
Lifecycle Management: Start observing reading status when the user enters the chatroom and stop observing when the user exits to optimize resource usage.
Real-time Event Topics: Be mindful that observing reading status consumes real-time event topics, and unnecessary observation can lead to reaching the limit quota to receive real-time events in the SDK.
Resource Optimization: Stop observation when it is no longer required to conserve resources and improve overall performance.
Messaging is an essential component of any chat application, and the SDK provides robust messaging features. The SDK optimizes the messaging flow for users by instantly displaying sent messages, even before they have been delivered to the server. To ensure the user's smooth messaging experience, the SDK provides the syncState
property in the message model to monitor the message delivery status.
Social Plus supports the sending and receiving of five types of messages:
SDK (Android & iOS) now supports resynchronization of messages if the internet connection is not available or interrupted at the time the user sends a message. To support resynchronization, we enhanced the internal architecture of how the messages are queued, processed, and synced with the server.
SDK (Typescript) supports message synchronization starting from version 6.27.0. However, the synchronization process is not fully supported, and we cannot guarantee the order of message creation or retry and delete for failed message creations.
When you create a message, SDK first creates the message locally. This locally created message will be reflected immediately in the related live collection that the user is observing at the moment. Then the SDK starts syncing this message with the server. Users can check the syncState
property of the message model inside the live collection to reflect the current state of the message.
Once a message is created locally, SDK adds the message to the queue and starts the process of syncing this message with the server. After the message is synced with the server, the syncState
of the message changes to synced
. Here is the table showing various states of the message and its corresponding syncState
value per platform.
The messages are synced in the order they get added to the queue in the FIFO (First In First Out) order. SDK will maintain the causal ordering of the message of similar types.
SDK maintains a causal ordering for similar types of messages i.e. (Text, Custom) & (Image/File/Audio/Video). Let’s look at the example to understand this:
If the user creates messages in this order from left to right: [Text1 → Image1 → Image2 → Text2 → Text3 → Image3]
The ordering of text messages is maintained i.e. Text 2 will be synced after Text 1 & so on
[Text1 → Text2 → Text3]
The ordering of Media messages is respected i.e. Image2 will be synced after Image 1 and so on.
[Image1 → Image2 → Image3]
The ordering of all messages mixed might not be respected. Ex: If image1 takes a longer time to upload, the ordering can be:
[Text1 → Text2 → Text3 → Image1 → Image2 → Image3]
SDK automatically determines the internet connection availability on the user's device and waits for a stable connection before sending the request to sync with the server. Once the connection is available, SDK syncs the message with the server maintaining the causal ordering as described above.
If the network connection is interrupted during the request or the server returns an error for the request, depending upon the interruption state & error returned, SDK will automatically retry syncing the message after some interval (~ 5 seconds). SDK will retry syncing up to a maximum of 3 times and if the message still cannot be synced, SDK will mark the message as failed and notify the user through callback of createMessage API. The syncState
of the message would change to failed
/ error
.
The message syncing can fail for many reasons. The user should handle the error thrown from creating message API and decide what to do for failed messages. Once the status of the message is failed, SDK will not attempt to retry syncing that message anymore. The failed messages will not be automatically removed from the live collection. It’s up to the user to decide if they should resend the same message or delete the failed message so that it disappears from the live collection. The syncState
of the failed message would be failed
/ error
.
You can use existing softDeleteMessage()
method in AmityMessageRepository
class to delete specific failed messages.
If you do not care about any failed messages, SDK also provides deleteFailedMessages() method in the AmityMessageRepository class to allow the deletion of all failed messages.
This message syncing process is only maintained per active session per device. If the user logs out or if the user's current session is destroyed, all the active syncing process is terminated.
When the SDK is initialized again (i.e client instance is initialized), all the messages that were in syncing
state from the previous session would be changed to failed
state. Users can choose to delete particular failed messages (using softDeleteMessage()
method) or delete all failed messages (using deleteAllFailedMessages()
method).
An image message is a type of message that includes an image file. It allows users to share visual information with others in a chat. Image messages can be used in a variety of ways, such as sharing photos with friends, sending documents, or any other visual content that needs to be shared quickly and easily. With image messages, users can easily convey information to others in a chat, making it a powerful tool for communication.
When calling this function, you can provide the local image path on the device and the ID of the subchannel where the message will be sent. The SDK will create an image message with the specified image and send it to the subchannel.
Here is a brief explanation of the function parameters:
text/caption
: A string that contains the text message that the user wants to send. This parameter is mandatory as it contains the actual message content.
attachment
: The local image path that the user wants to send on the device
subchannelId
: An identifier for the subchannel where the message will be sent. Subchannels are subdivisions within a channel that represent individual topics or chat threads. Messages and interactions occur within subchannels, not the main channel itself.
tags
- Arbitrary strings that can be used for defining and querying the messages.
The SDK will resize and process the image object before sending it to the server. When an image is uploaded, it is automatically resized into multiple sizing options.
The size of the image is determined by its longest dimension (in pixels) with the aspect ratios being unchanged. The maximum file size of an image cannot exceed 1 GB. Social Plus will automatically optimize the image and when queried, will return the image in small, medium, and large sizes.
If the image is marked as isFull
on upload, the original size of the image can also be returned. Note that this can drastically reduce the speed of message sending, depending on the original image size. If the fullImage
is set to false
, then the uploaded image size will be up to 1500x1500 pixels.
You can also pass an optional caption as part of the message. This caption will be accessible under the data
property in the message model, under the caption
key. You can add up to 1,000 characters of text caption per message.
Supported image formats are JPG, PNG, and HEIC and cannot exceed 1GB in size
Messages are JSON content containers that can have up to 20,000 characters or can weigh up to 100KB for custom messages. They will be synchronized among all channel users in real-time. If a message requires larger binary data (such as when sending files), we recommend to upload the data to another cloud storage service, such as AWS S3, and store the URL to the content in the message data.
In addition to the JSON message type, the SDK also provides support for common text and image message types. These additional types are built on top of the standard JSON message layer.
The message payload is always the same regardless of which Development Kit the user is using. Users also have a choice on what type of message they want to send.
In a chat application, it's essential to send text messages to each other in real-time, allowing for quick and easy communication. Users can also view previous messages sent and received within the chat, allowing them to reference past conversations as needed.
Here is a brief explanation of the function parameters:
text
: A string that contains the text message that the user wants to send. This parameter is mandatory as it contains the actual message content.
subchannelId
: An identifier for the subchannel where the message will be sent. Subchannels are subdivisions within a channel that represent individual topics or chat threads. Messages and interactions occur within subchannels, not the main channel itself.
metaData
: Additional properties to support custom fields.
tags
- Arbitrary strings that can be used for defining and querying the messages.
The limit for sending text messages is 10,000 characters per text message. Messages exceeding that limit will return an error and will not be sent.
Version 6
Beta (v0.0.1)
API:
Supported ✅ (please wait while we prepare a real example!)
Version 6
The ChannelRepository
provides getTotalDefaultSubChannelUnreadCount()
method.
The ChannelRepository
provides getTotalUnreadCount()
method. It's giving the flowable of the number of messages that the current user has yet to read. This count is the sum of all the unreadCount
channels properties where the user is a member of.
To check whether the current user has been mentioned on one of the unread messages:
Version 6
The Channel
object exposes a unreadCount
property that reflects the number of messages that the current user has yet to read. This count is the sum of all the unreadCount
channels properties where the user is already a member. It also provides hasMention which is a boolean presenting having a mention for current user in channel.
define varying levels of access and permissions that can be assigned to users within a chat channel. Each role is defined by a set of permissions that determine what actions a user can perform within the channel.
Roles can be assigned to users based on factors such as their level of participation in the chat community or their specific responsibilities within the channel. For example, a moderator might have the ability to remove inappropriate messages or ban users from the channel, while a regular user might only have the ability to send and receive messages. For more information, please refer to the page.
You can check your permission in the channel by sending AmityPermission
enums to AmityCoreClient.hasPermission(amityPermission)
. For more information, please refer to the page.
Version 6
Add Channel Members
Remove Channel Members
Beta (v0.0.1)
Add Channel Members
Remove Channel Members
The functionality isn't currently supported by this SDK.
For further information regarding video information please refer to page.
Version 6
Version 5 (Maintained)
Version 6
To send an image in original size, set optional isFullImage()
to true.
Version 5 (Maintained)
Here's a small example on how to create a message with an image attached. The process is pretty simple:
Upload an image.
Create a message with the uploaded image ID.
Here's a small example on how to create a message with an image attached. The process is pretty simple:
Upload an image.
Create a message with the uploaded image ID.
Version 6
Beta (v0.0.1)
To send an image in original size, set optional isFullImage()
to true.
The sendTextMessage
function is a feature provided by the Social Plus chat SDK that enables users to send plain text messages in a . This function requires two parameters: text
and subchannelId
.
Version 6
Version 5 (Maintained)
Version 6
Version 5 (Maintained)
When creating a message, we can also pass the parentId
to make it appear under a parent.
Version 6
Beta (v0.0.1)
Refer to for the sample code on how to upload a file to get fileId.
Refer to for the sample code on how to upload a file to get fileId.
When message is created locally and waiting in queue for syncing to server
syncing
created
syncing
When message is being synced to server
syncing
syncing
syncing
When message attachment is being uploaded to server
syncing
uploading
syncing
When message is synced successfully with the server
synced
synced
synced
When message syncing failed
error
error
error
Name
Data Type
Description
Attributes
messageId
string
The id of this message
Content
parentId
string
The messageId
of the parent of this message
Content
childrenNumber
integer
The number of messages with parentId
of this message
Content
channelId
string
The name of the channel this message was created in
Content
userId
string
The name of the user this message was created by
Content
type
string
The message type
enum*: text
custom
image
file
tags
Array.<string>
The message tags
Content
data
Object
The message data (any text will be stored in text
key)
text
: Text message
isDeleted
boolean
The message has been marked as deleted
Content
createdAt
date
The date/time the message was created at
Content
updatedAt
date
The date/time the message was updated at
Content
editedAt
date
The date/time the message was edited at
Content
flagCount
integer
The number of users that have flagged this message
Content
reactions
Object
The reaction data (stored as a reactionName and counter key/value pair)
Example: { like
: 1, dislike
: 2 }
reactionsCount
integer
The total number of reactions on this message
Content
myReactions
Array.<string>
A list of user's reactions on this message
Content
Moderation is an important feature for building a safe community that encourages user participation and engagement.
Social Plus’s customer-centric nature ensures that security needs are kept at the forefront of the work we do. Our purpose has been to continuously develop features that are safe and ready to use. We power our moderators with tools to control and impose permissions that make their applications a safer place, for all users. We put the utmost importance on giving power to our clients to implement protocols that keep their applications healthy, safe, and compliant.
ChannelModeration
class provides various methods to moderate the users present in the channel. You can ban/unban users, assign roles, or remove them from a user.
Video messages allow users to share videos within a chat or social platform. This could be anything from a quick clip to a longer, more detailed video. With the Social Plus SDK, developers can easily integrate video message functionality into their apps, allowing users to record, upload, and share videos in real-time.
To send a video message, you must pass a valid local file URL instance instead. You can also specify an optional caption as part of the message. This caption is accessible via the data property in the message model under the caption
or text
key. You can add up to 1,000 characters of text per message. When a video is uploaded, it is automatically resized to the maximum size of 480p.
For further information regarding video information please refer to Video Handling page.
Here is a brief explanation of the function parameters:
text/caption
: A string that contains the text message that the user wants to send. This parameter is mandatory as it contains the actual message content.
attachment
: The local video path that the user wants to send on the device
subchannelId
: An identifier for the subchannel where the message will be sent. Subchannels are subdivisions within a channel that represent individual topics or chat threads. Messages and interactions occur within subchannels, not the main channel itself.
tags
- Arbitrary strings that can be used for defining and querying for the messages.
If you'd like to display content on your app that cannot be represented by the available text, image, video, and file message types, you can create your own custom message type. Custom message type allows you to include the necessary data for rendering, such as additional metadata and custom data formatting. This is useful if you want to present specific types of content to your users.
Here is a brief explanation of the function parameters:
data
: A free-form JSON object that can be customized based on your use cases.
subchannelId
: An identifier for the subchannel where the message will be sent. Subchannels are subdivisions within a channel that represent individual topics or chat threads. Messages and interactions occur within subchannels, not the main channel itself.
tags
- Arbitrary strings that can be used for defining and querying for the messages.
To view the content of a message using the Social Plus Chat SDK, developers can utilize a message object. The message content can then be used to display to the user in a chat interface or to perform other operations on the message data as needed. This allows developers to build chat applications that support messaging using the Social Plus Chat SDK and provides a foundation for building more advanced chat applications that require more complex message handling and processing. The Social Plus Chat SDK provides several methods for viewing messages in a chat channel. Here's how to use these methods in your app:
To get a single message by its ID, use the getting message function of the Social Plus Chat SDK. This method returns a message live object, which you can use to display the message in your app. Here's an example:
You can also use a query to get messages that match specific criteria. The querying and filtering messages function of the Social Plus Chat SDK enables you to retrieve messages based on different parameters such as a specific user, a date range, or a display name. please refer to the page - Query and Filter Messages
This is the most basic type of message and is useful for sending simple messages such as chat messages, system notifications, or status updates. Each text message has a character limit of 20,000 characters, making it suitable for sending concise messages.
v6.0.0 and Beta
Sending visual content such as photos, graphics, or images in a channel is facilitated by this type of message. The maximum size for an image is 1 GB, and the image will be automatically transformed into four different sizes for versatile usage which are:
Small
Medium
Large
Full
This allows for flexible usage and easy integration into various chat applications. For more information about an image, please refer to the page - Image Handling.
Version 6
In TypeScript SDK, viewing a file, image, and audio message have the same steps and sample code. You can query all file types with
observeFile
.
Beta (v0.0.1)
This is a message that contains a file attachment, such as a PDF, a Word document, or any other type of file. This is a useful type of message for sharing files within a channel, such as a document or a photo. The maximum size for a file is 1 GB. For more information about a file, please refer to the page - File Handling
This is a useful type of message for sharing video content within a chat conversation, such as a short clip or a longer video. The maximum size for a video is 1 GB, and the video will be automatically transcoded into different resolutions for versatile usage which are
1080p
720p
480p
360p
original
Once you upload a video the videos undergo transcoding from their original resolution. You can quickly access the original size of the video right after you make the video message. However, it takes time for the transcoded resolutions to be ready. This allows for flexible usage and easy integration into various chat applications. For more information about a video, please refer to the page - Video Handling.
Supported ✅ (please wait while we prepare a real example!)
In addition to the built-in message types such as text, image, file, audio, and video, the Social Plus Chat SDK also provides support for "custom messages". Custom messages allow users to design their own JSON structure that can be used to represent any kind of data, essentially providing the freedom to create their own message types.
This can be useful for a variety of use cases. For example, a developer building a chat application for a sports team could use custom messages to create a "score update" message type that contains data such as the score of a game, the time remaining, and other relevant information. Similarly, a developer building a chat application for an e-commerce platform could use custom messages to create a "product update" message type that contains information such as product details, availability, pricing, and other relevant data.
The possibilities for custom messages are endless and can be tailored to the specific needs of any application. Custom messages can be sent and received using the Social Plus Chat SDK and can be queried and displayed in a chat channel just like any other message type.
Supported ✅ (please wait while we prepare a real example!)
For custom messages, the data is in the data property.
A file message is a type of message that allows users to share files with each other within a chat or messaging app. This can include documents, images, videos, and other types of files. To send a file message, the user simply selects the file they want to share and sends it through the app.
When a user receives a file message, they can view or download the file directly within the app. This makes it easy for users to share important files and collaborate with each other without having to switch between different applications or email clients.
A File message can include any of the following:
Image
Audio
File
Custom
To send a file message, you must provide a valid local file URL
instance of the selected file and file name for the file. The default file name is file
. The SDK will check the size of the data whether it is exceeding the limit or not before sending it to the server. If the size of the data is more than the limit, the callback will return an Error
object with the error information that you can parse and then show an error message.
Here is a brief explanation of the function parameters:
text/caption
: A string that contains the text message that the user wants to send. This parameter is mandatory as it contains the actual message content.
attachment
: The local file path that the user wants to send on the device
subchannelId
: An identifier for the subchannel where the message will be sent. Subchannels are subdivisions within a channel that represent individual topics or chat threads. Messages and interactions occur within subchannels, not the main channel itself.
tags
- Arbitrary strings that can be used for defining and querying for the messages.
An audio message is a type of message that allows users to send and receive audio recordings in a chat or messaging application. Audio messages can be used to convey emotions, tone, or detailed information in a way that is not always possible with text messages or other types of media. They are a convenient and intuitive way to communicate with other users in real-time.
With the Social Plus Chat SDK, you can easily send and receive audio messages within your chat or messaging application. Simply provide the local path of the audio file to the sendAudioMessage
method.
Here is a brief explanation of the function parameters:
text/caption
: A string that contains the text message that the user wants to send. This parameter is mandatory as it contains the actual message content.
attachment
: The local audio path that the user wants to send on the device
subchannelId
: An identifier for the subchannel where the message will be sent. Subchannels are subdivisions within a channel that represent individual topics or chat threads. Messages and interactions occur within subchannels, not the main channel itself.
tags
- Arbitrary strings that can be used for defining and querying the messages.
Supported audio formats are MP3, and WAV and cannot exceed 1GB in size
In addition to creating top-level messages, Social Plus Chat SDK also allows you to reply to existing messages. To reply to a message, you'll need to specify the parent messages parentMessageId
as one of the parameters. This allows the SDK to associate the new message as a reply to the parent comment.
Similar to creating a top-level message, you can use the SDK's optimistic creation feature to create a reply message.
The getMessages
function is a powerful feature of the chat or messaging SDK that allows users to retrieve messages from a specific subchannel based on various criteria. This function provides flexibility in fetching messages that meet specific requirements. This function returns a Live Collection of messages.
Filter parameters
subChannelId
: This parameter specifies the ID of the subchannel from which you want to retrieve messages.
includingTags[]
(optional): This parameter allows you to filter messages based on specific tags. You can provide an array of tags, and the function will return only the messages that have at least one of the specified tags.
excludingTags[]
(optional): Conversely, this parameter allows you to exclude messages that have certain tags. You can specify an array of tags, and the function will exclude messages with any of the specified tags from the result.
includeDeleted
(optional): This parameter determines whether to include deleted messages in the result. If set to true
, the function will include both active and deleted messages. If set to false
, only active messages will be returned.
type
(optional): You can filter messages according to their type
if no type
is passed, any message will match
if an AmityMessage.DataType
is passed, query for all messages with the specific type
AmityMessage.DataType.TEXT
for text messages
AmityMessage.DataType.IMAGE
for image messages
AmityMessage.DataType.FILE
for file messages
AmityMessage.DataType.AUDIO
for audio messages
AmityMessage.DataType.VIDEO
for video messages
AmityMessage.DataType.CUSTOM
for custom messages
Sorting
In the getMessages
function, the sorting option allows you to specify how the returned messages should be ordered. There are two available sorting options:
firstCreated
: When you set the sorting option to firstCreated
, the messages will be ordered in ascending order based on their creation time. This means that the oldest messages will appear first in the returned collection, while the newest messages will be at the end.
lastCreated
: On the other hand, when you choose the lastCreated
sorting option, the messages will be ordered in descending order based on their creation time. This means that the newest messages will appear first in the returned collection, while the oldest messages will be at the end.
By utilizing the getMessages
function with these parameters and sorting option, you can retrieve messages from a specific subchannel while applying additional filters based on tags and including or excluding deleted messages. This provides a flexible and efficient way to fetch and manage messages within your chat or messaging application.
Version 6
Version 5 (Maintained)
Version 6
Version 5 (Maintained)
Version 6
Beta (v0.0.1)
.
Querying threaded messages allows users to retrieve the replied (children) messages associated with a specific message thread. When a message serves as the root of a thread, you can use the parentId
parameter in a message query to fetch its child messages.
To query threaded messages, you can add the following parameters to your message query:
parentId
: This parameter specifies the ID of the parent message. By providing the parentId
, you are indicating that you want to retrieve the child messages associated with that specific parent message.
filterByParentId
: This flag enables the filtering of messages based on their parent ID. By setting this flag, the query will only return messages that have the specified parentId
.
By including the parentId
parameter and setting the filterByParentId
flag in your message query, you can retrieve the child messages of a particular message thread. This functionality allows for structured and organized conversations within your chat or messaging application, enabling users to navigate and explore threaded discussions with ease.
Version 6
Version 5 (Maintained)
Version 6
Version 6 and Beta (v0.0.1)
To locate a specific message within a chatroom, you can use the index of the message in the collection if known. However, there may be cases where the desired message, such as a reply to a much older message, is not in the current collection. In such instances, it's essential to perform a message query. The SDK offers an additional parameter for message queries called aroundMessageId
, which retrieves the target message along with its preceding and following messages.
Using a message query with aroundMessageId
generates a new live collection. The application's decision to perform data swapping depends on the query's result. Typically, data swapping should not be executed in case of a business error, such as using an invalid target messageId
or a messageId
associated with a deleted message for aroundMessageId
. Upon a successful query, the application can proceed with the source swap, locate the index of the target message, and scroll to that specific position.
In cases where there is a business error but no existing source (e.g., entering a chatroom via push notification), the application can recover by querying for the latest message using a message query without aroundMessageId
.
After swapping the source, most, if not all, of the messages from the previous source will likely no longer be available in the new one. To enable users to navigate back to the message they jumped from, they can scroll through the pages manually. However, the application can also facilitate this by caching messageId
the message they jumped from and offering a floating button as a shortcut to navigate back. This functionality can be achieved by leveraging a message query and using the cached messageId
as the value for aroundMessageId
.
AmityMessageRepository
class provides APIs for you to perform actions on messages you've sent or received. These actions include editing and deleting an existing message, as well as marking a message as being read by you. You can only perform edit and delete operations on messages you've sent.
You can only perform edit and delete operations on your own messages. When editing a message, the message's editedAtDate
will be set to the current time. This allows you to provide UI to the user to inform the user of specific messages that have been edited, if needed. An optional completion block can be provided to notify you of operation success.
The delete message functionality allows users to remove a message from a chat or messaging application. This feature provides flexibility and control, allowing users to delete messages they no longer wish to be visible to other participants in the conversation.
The delete message function typically requires the messageId
as a parameter, which uniquely identifies the message to be deleted. Once the message is deleted, it will no longer be visible to other users in the chat or messaging context.
For deleting a message, you need to pass the ID of the message to delete.
Version 6
Beta (v0.0.1)
Community
Live
When using this type of mention, up to 30 channel members can be notified through push notifications. Each individual member mentioned in the message will receive a notification.
By specifying the channel ID in the mention channel parameter when creating a message, push notifications will be sent to all members of that channel when this type of mention is used.
Version 6
Version 5 (Maintained)
Version 6
Beta (v0.0.1)
We provide developers with an efficient method for updating messages with mentions of specific users, you can easily add mentions to their post updates and but it will not notify the relevant users.
To remove mentions you can provide an empty JSON object for the metadata parameter, and an empty list for the mention users parameter. By doing so, You can easily remove mentions from the post content, while ensuring that the overall structure of the post remains intact.
Version 6
Beta (v0.0.1)
The functionality isn't currently supported by this SDK.
When a member is mentioned(mention type could be channel as well) in a text message and the message is not read, then hasMention
property is "true" in Channel
class. Every time the hasMention
property is true, this means that the member has an unread message with mention(message could be created or updated as well).
Interactions are more fun when you can express yourself! Let users react using emojis, stickers, or thumbs up to messages.
The Social Plus SDK product also provides functionality for adding and removing reactions to messages. Users can add any number of reactions to a particular message, allowing them to engage with the content in a more expressive and nuanced way. Additionally, users can also remove reactions that they have added to a message, providing greater control and flexibility over their engagement with the content.
The addReaction
function allows users to add a reaction to a message. The function takes the name of the reaction as a parameter, with a maximum length of 100 characters. The reaction name is case-sensitive, which means that "like" and "Like" are treated as two different reactions.
referenceId
- ID of the message.
reactionName
- the name of the reaction that you will remove. Reaction name is case sensitive, i.e. "like" & "Like" are two different reactions.
Version 6
Beta
You can remove a reaction from a reference by calling removeReaction
.
reactionName
- the name of the reaction that you will remove. Reaction name is case sensitive, i.e. "like" & "Like" are two different reactions.
referenceId
- ID of the message.
Version 6
Beta (v0.0.1)
To further facilitate the management of reactions in your app, the Chat SDK product includes a getReactions
method that allows you to retrieve information about a specific reaction or all reactions on a message.
Using this method, you can fetch detailed information about a particular reaction, including the user who made the reaction, the timestamp of the reaction, and any additional metadata associated with the reaction. This can be useful for analyzing the sentiment of the community and gaining insights into the types of content that are resonating with your users.
Supported ✅ (please wait while we prepare a real example!)
Version 6 and Beta(v0.0.1)
The Chat SDK product also includes a flag method that allows users to flag messages in their app. Once a message is flagged, an indicator will appear in the Admin console, where an administrator can review and validate the flag. If the content is found to be in violation of your app's policies, it can be deleted from the app. On the other hand, if the content is not found to be in violation, the flag can be revoked.
The flag method provides an essential tool for managing user-generated content in your app, ensuring that inappropriate messages can be quickly identified and removed. By integrating this method into your app's user interface, you can empower your users to take an active role in promoting a safe and respectful community.
To use the function you simply need to identify the messageId
that you'd like to flag with reason that we provided, users can help ensure that the community remains a safe and welcoming place for all members.
Another useful feature is the unflag method, which enables users to revoke a previously flagged message. If a user flags a message by mistake or if the message is found not to violate your app's policies after review, the unflag method can be used to remove the flag from the message. It ensures that users have control over the content they flag and the ability to reverse their flag if necessary.
Similar to the flag function, you simply need to identify the messageId
that you'd like to unflag.
The isFlaggedByMe
method allows users to check whether they have previously flagged a particular message. This method provides a convenient way for users to keep track of the content they have flagged and to ensure that they are staying up-to-date with their moderation activities.
By using the isFlaggedByMe method, your app's users can quickly determine whether they have already flagged a particular message and avoid duplicating their efforts.
Version 6
Version 5 (Maintained)
Version 6
Version 5 (Maintained)
Supported ✅ (please wait while we prepare a real example!)
Version 6
Beta (v0.0.1)
Version 6
Version 5 (Maintained)
Version 6
Version 5
Version 6
Beta (v0.0.1)
You can use the getMessage
method to get a single comment. You need to pass the messageId
of the requested message as the parameter.
The method returns a liveobject
instance of a message model. It will throw an error if the passed messageId
is not valid.
Version 6 and Beta
Supported ✅ (please wait while we prepare a real example!)
Version 6
Version 5 (Maintained)
Here's a small example on how to create a message with an image attached. The process is pretty simple:
Upload a file.
Create a message with the uploaded file ID.
Here's a small example on how to create a message with an image attached. The process is pretty simple:
Upload a file.
Create a message with the uploaded file ID.
Version 6
Beta (v0.0.1)
Version 6
Version 5 (Maintained)
Version 6
Version 5 (Maintained)
Version 6
Version 5 (Maintained)
Version 6
Version 5 (Maintained)
Version 6
Beta (v0.0.1)
Currently, the Chat SDK has only 2 editable data types, TEXT
and CUSTOM
To edit the message, you need to pass the following parameters:
messageId
(String
) - ID of the message to edit/update
data
(String
) - new message
Version 6
Beta (v0.0.1)
By utilizing the delete message function, users can remove a specific message from the chat history. This can be useful in various scenarios, such as correcting mistakes, removing sensitive or inappropriate content, or simply managing the flow of the conversation. Once the message is deleted, it may still be shown as a deleted message with timestamp which depends on the condition.
Mentions allow users to tag other users in messages. It's a powerful tool for fostering engagement and collaboration within your social application. With mentions, users can easily notify specific individuals or groups to new content or important updates. In the SDK, mentions can be implemented in a range of ways, depending on your application's needs and user experience. For more information about mentions, please refer to . We only support the ability to mention in only these channel types:
You can easily mention users when creating a message by including their user IDs in the mention user parameter as well as defining metadata for mention rendering. For further explanation, please refer to . We offer two types of mentions that can be included in a message:
Version 6
Version 5 (Maintained)
Version 6
Beta (v0.0.1)
To render mentions in a supported feature, please refer to , specifically the section on handling mentions. This documentation provides detailed information on how to represent mentions in your application, including information on metadata structure, custom mention objects, and rendering support.
You can add reactions to a given through the addReaction
method.
Similarly, the removeReaction
function allows users to remove a previously added reaction from a . This provides users with greater control over their engagement with the content and allows them to change their minds or update their reactions to the message over time.
To query getReactions
you'll need to simply provide referenceType
and referenceId
to query specific types of reactions. For further information regarding reaction reference types, please see - .
Social Plus uses roles and permissions to provide users the ability to fully customize the moderation experience on the platform. To learn more about Social Plus SDKs default roles and permissions, refer to the page.
Version 6
Beta (v0.0.1)
Sending audio messages uses the same steps as sending a file message. Refer to page for more details.
CommunityGuidelines
Against community guidelines
HarassmentOrBullying
Harassment or bullying
SelfHarmOrSuicide
Self-harm or suicide
ViolenceOrThreateningContent
Violence or threatening content
SellingRestrictedItems
Selling and promoting restricted items
SexualContentOrNudity
Sexual message or nudity
SpamOrScams
Spam or scams
FalseInformation
False information or misinformation
Others
Optional explanation (Max. 300 chars)
This method is useful when there is a large number of messages going through the channel, which can make the message stream hard to follow. Setting a rate limit enables the SDK to queue up messages once the number of messages in a specified window
exceeds the defined limit
, allowing a slower stream of messages to be published to the user at the expense of adding more latency (because newer messages will be sent to the queue first and not delivered until all previously queued messages are delivered).
There is an internal limit of 1000 messages that can be queued by the rate limit service, if more than 1000 messages are queued up, the system may skip publishing the older messages in order to make room for newer messages. We believe this is the preferred behavior for users, as users will most likely want to see newer messages in a real-time conversation instead of waiting for a significant amount of time for old messages to be published to them first.
Note that the SDK permanently stores all messages it receives in the system before the rate limit comes into effect: in the case of a large spike of incoming messages, even if a message did not get published to a user in real-time, that user can still scroll up to see message history and see that past message.
The functionality isn't currently supported by this SDK.
Supported ✅ (please wait while we prepare a real example!)
The functionality isn't currently supported by this SDK.
The above method enables a rate limit of 5 messages every 60 seconds: once there are more than 5 messages sent, from any user, within 60 seconds, those messages will be queued on the server and not published to other channel members until 60 seconds have passed. The rate limit will last as long as the period specified in the method call: in the example above the rate limit will be active for 10 minutes (600 seconds).
If you would like to have a permanent rate limit, call the method above with a period of -1 seconds.
To disable the rate limit, simply call removeRateLimitWithCompletion:
The functionality isn't currently supported by this SDK.
Supported ✅ (please wait while we prepare a real example!)
The functionality isn't currently supported by this SDK.
Here's an overview of posts and how you can get started with integrating them into your applications
A post can be defined as a piece of content created and shared by a user within a network or community. The post can include various types of information such as text, images, videos, links, or other multimedia elements. The SDK provides the necessary tools and functionality for users to create, view, and interact with posts in a social feed. Posts can be displayed in chronological order and can be customized and configured using various settings and options provided by the SDK. The purpose of a post in a product context is to allow users to share information, express thoughts, or connect with others within a social network or community using the SDK.
Social Plus supports a wide range of post types, each with its own unique set of features and capabilities. The types of posts that you can create in Social Plus include text, image, video, file, live stream, poll, and custom posts. Furthermore, a post supports real-time events and Live Object features, for more information please refer to Live Objects/Collections and Realtime Events
The post structure is a parent-child relationship, with the parent post serving as a container for text data, for other post types such as images or videos, while each image or video is treated as a separate child post. To illustrate this, let's take the example of an image post with two images. In this case, there would be one parent post serving as a text container, and two child posts, each containing one of the images.
In addition to enabling users to create more dynamic and engaging content, both parent and child posts also support reactions and comments. This means that users can interact with not only the parent post but also with each child post, providing a more comprehensive and engaging way to engage with content.
The functionality of posts can be utilized through the Post Repository, which offers methods for interacting with a data source that stores posts. This includes methods for obtaining a specific post, creating a new post, updating an existing post, or deleting a post.
Supported ✅ (Please wait while we prepare a real example!)
Name
Data Type
Description
postId
String
ID of the post
parentPostId
String
ID of the parent post, this can be null if the post is a parent post.
postedUserId
String
ID of the user who posted
sharedUserId
String
ID of the user who shared the post
SharedCount
Integer
Number of times the post is shared
targetID
String
ID of the target
targetType
String
Type of target
dataType
String
Data type of post
data
Object
Data of the post
metadata
Object
Metadata of the post
flagCount
Integer
Number of times that the post is flagged
editedAt
Date
Date/time the post was edited
createdAt
Date
Date/time the post was created
updatedAt
Date
Date/time the post was updated
reactions
Object
Information about the post reactions
reactionsCount
Integer
Number of reactions to the post
myReactions
Array<String>
Reactions to the post
commentsCount
Integer
Number of comments to the post
comments
Array<AmityComment>
The first three comments of the post for previewing purpose
childrenPosts
Object
Children posts
isDeleted
Boolean
Flag that indicates if the post is deleted. True means post is already deleted.
hasFlaggedComment
Boolean
Flag that indicates if the post has flagged comments. True means it has.
hasFlaggedChildren
Boolean
Flag that indicates if the post has flagged children. True means it has.
tags
Array<String>
Arbitrary strings that can be used for defining and querying for the posts in community and user feeds.
feedId
String
ID of the post's feed
When a user is banned in a channel, they are removed from a channel and no longer able to participate or observe messages in that channel.
Moderators can ban and unban users. When a user is banned from a channel, they are forcibly removed from the channel and may no longer participate or observe messages in that channel. All their previous messages in the channel will also be automatically deleted.
A user that has been banned from a channel can not rejoin the channel until they have been unbanned.
As well as the banning and unbanning of users, admins also have the ability to global ban a user. When a user is globally banned, they can no longer access Social Plus's network and will be forcibly removed from all their existing channels. All the globally banned user's messages will also be deleted.
The globally banned user can not access Amity's network again until they have been globally unbanned.
Banning members is a more heavy-handed moderation method. When a user is banned, all its messages are retroactively deleted, it will be removed from the channel, and it will not be allowed to join the channel again until it is explicitly unbanned.
Version 6
Beta (v0.0.1)
Supported ✅ (please wait while we prepare a real example!)
Version 6
Beta (v0.0.1)
Social Plus SDK allows engineers to integrate social communities and user feed capabilities without the hassle of deploying and maintaining any server infrastructure. Companies can now build user-powered social news feeds and notifications into their mobile and web app in no time. Enabling you to engage your customers with the same tools used by many of the popular social applications.
Let users create engaging content and engage with others through comments and reactions. Users can follow other users or topics and become members of various groups to get a personalized timeline of content.
Activity feeds are also a great feature to directly engage with users. You can communicate with your users directly by posting important messages as announcements.
Social Plus SDK allows you to:
Connect users through the formation of communities
Boost user engagement by user-generated posts/comments in communities
Personalize the feed based on the user’s membership to different groups and communities
React to user-generated content with our reaction tools
Enable comments on posts within your application, seamlessly
Support multiple messaging formats when posting content
Manage & moderate communities and users in the admin panel
Filter out content that includes profanity using our auto-block tools
Assign roles and permissions on a role-based system
This page will guide you through the steps you need to take to integrate communities into your applications.
Here's an overview of posts and how you can get started with integrating them into your applications.
Here's an overview of how you can get started integrating comments into your applications.
Let users react to messages, posts, and comments, which are visible to others.
Let your users showcase their unique personalities right in their timelines.
Lets you create a relationship with your users through social features.
Moderators can mute and unmute users. When a user is muted, they cannot send messages in a channel. However, muted users will still be allowed to observe messages in a channel. The status of being muted is indefinite but is only applied at the channel level. The mute and unmute operations can be done viaChannel
object.
When a user is muted, they cannot send messages in a channel and all the messages sent by that user to that channel will be rejected. This method is useful for preventing certain members from sending inappropriate messages, but still allowing them to participate in the conversation in a read-only manner. The timeout property allows you to make the timeout temporary, or permanent until unset by passing in -1
.
iOS Android Web TypeScript React Native Flutter