Suggestions

close search

StringeeUser class

Represents a participant.


Constructors


StringeeUser({required String userId, String? name, String? avatarUrl, int? lastMsgSeqReceived, int? lastMsgSeqSeen,})

Create a new StringeeUser.

StringeeMessage.forUpdate({String? name, String? avatarUrl, String? email, String? phone, String? location, String? browser, String? platform, String? device, String? ipAddress, String? hostName, String? userAgent, int? lastMsgSeqReceived, int? lastMsgSeqSeen,})

Create a new StringeeUser for update user information.


Properties


userIdString?

It's the unique identification of the user on Stringee system.

nameString?

It's name of the user.

avatarUrlString?

It's avatar's url of the user.

roleUserRole?

It's role of the user in the conversation.

emailString?

It's email of the user.

phoneString?

It's phone number of the user.

locationString?

It's location of the user.

browserString?

It's browser of the user.

platformString?

It's platform of the user.

deviceString?

It's device of the user.

ipAddressString?

It's ip address of the user.

hostNameString?

It's host name of the user.

userAgentString?

It's userAgent of the user.

lastMsgSeqReceivedint?

It's the sequence of the last message which user received.

lastMsgSeqSeenint?

It's the sequence of the last message which user seen.