You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/readme.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,10 @@ A set of helpful samples for the [Java Sendbird Platform SDK](https://github.com
3
3
Includes examples of moderation, announcements, auto messages and a number of others.
4
4
5
5
# Samples
6
-
Samples included in this repo
7
-
- Creating a user session token
8
-
- Pushing out a targeted announcement
9
-
- Configuring a channels automatic messages
10
-
- Counting a users unread messages in a specific channel
11
-
- Creating, updating and deleting a user.
12
-
- Freezing a channel
6
+
Samples included in this repo:
13
7
14
-
[See the code here](src/main/java/Samples.java)
8
+
- Creating a user session token - [docs](https://sendbird.com/docs/chat/v3/platform-api/user/managing-session-tokens/issue-a-session-token◊)
9
+
- Pushing out a targeted announcement - [docs](https://sendbird.com/docs/chat/v3/platform-api/message/announcements/create-an-announcement)
10
+
- Counting a users unread messages in a specific channel - [docs](https://sendbird.com/docs/chat/v3/platform-api/message/read-receipts/get-number-of-unread-messages-per-member#2-response)
11
+
- Creating, updating and deleting a user - [docs](https://sendbird.com/docs/chat/v3/platform-api/user/creating-users/create-a-user)
12
+
- Freezing a channel - [docs](https://sendbird.com/docs/chat/v3/platform-api/moderation/freezing-a-channel/freeze-a-group-channel)
0 commit comments