tinode library

Classes

AccountParams
Defined parameters for an account
AccPacketData
AppSettings
Settings defined for the library
AuthToken
ConnectionOptions
ContactUpdateEvent
Credential
A data structure representing a credential
CtrlMessage
DataMessage
DefAcs
Topic's default access permissions
DeleteTransaction
DeleteTransactionRange
DelPacketData
DelRange
GetDataType
GetOptsType
GetPacketData
GetQuery
HiPacketData
InfoMessage
LeavePacketData
LoginPacketData
MetaGetBuilder
MetaMessage
NotePacketData
OnLoginData
PacketData
PresMessage
PubPacketData
Seen
Info on when the peer was last online
ServerConfiguration
ServerMessage
SetPacketData
SetParams
SortedCache<T>
Sorted cache is a cache manager for sorted data
SubPacketData
Tinode
Provides a simple interface to interact with tinode server using websocket
Tools
Helpers and tools to help you using tinode data
Topic
TopicDescription
TopicFnd
special case of Topic for searching for contacts and group topics
TopicMe
Special case of Topic for managing data of the current user, including contact list
TopicSubscription
Topic subscriber

Constants

Acc → const String
Del → const String
Get → const String
Hi → const String
Leave → const String
Login → const String
Note → const String
Pub → const String
Set → const String
Sub → const String

Properties

FAILED int
At least one attempt was made to send the message.
getter/setter pair
messageId int
Initialize a random message Id
getter/setter pair
NONE int
Status not assigned
getter/setter pair
QUEUED int
Local ID assigned, in progress to be sent.
getter/setter pair
READ int
Read by the user.
getter/setter pair
RECEIVED int
Received by the client.
getter/setter pair
SENDING int
Transmission started.
getter/setter pair
SENT int
Delivered to the server.
getter/setter pair
TO_ME int
Message from another user.
getter/setter pair