View Channel List
1. View Public Channels
You can view all public channels even if you are a not member.
The list is paginated, so to get to the next page, you can pass the last TPChannel
from the previous list to get to the next page.
2. Get Joined Channels
View currently joined channels.
The list is paginated, so to get to the next page, you can pass the last TPChannel
from the previous list to get to the next page.
3. Get Hidden Channels
View currently joined channels that have been marked as hidden.
The list is paginated, so to get to the next page, you can pass the last TPChannel
from the previous list to get to the next page.
4. Get Total Unread Message Count
Get the total number of unread messages from all joined channels.
5. Mark All Channels As Read
Mark as read all unread messages from joined channels.
6. Search Joined Channels
Search joined channels using various filters.
You can filter channels by name, category, subcategory, private tag and joined members.
TPChannelQueryParams
class is available starting from TalkPlus Unity SDK v0.5.7.
7. Search Public Channels
Search public channels using various filters.
You can filter channels by name, category, subcategory, private tag and joined members.
TPChannelQueryParams
class is available starting from TalkPlus Unity SDK v0.5.7.
Last updated