Skip to main content
Represents presence information for a chat user, bundled with some other useful information. Carrier object for ChatPresence.

Constructors

NSChatPresence()

Initializes a new instance of the NSChatPresence class.

Methods

GetChatTopics()

Returns: CRMScript.Global.Integer[] - An array of IDs with chat topics that this user is a member of. Example:

GetDisplayName()

Returns: CRMScript.Global.String - The display name of the chat user. Example:

GetOngoingChats()

Returns: CRMScript.Global.Integer - The number of ongoing chats this users has now. Example:

GetPresent()

Returns: CRMScript.Global.Bool - Indicates if the user has the chat presence turned on or off. Example:

GetUserId()

Returns: CRMScript.Global.Integer - The ID for the chat user. Example:

SetChatTopics(Integer[])

Returns: CRMScript.Global.Void Example:

SetDisplayName(String)

Returns: CRMScript.Global.Void Example:

SetOngoingChats(Integer)

Returns: CRMScript.Global.Void Example:

SetPresent(Bool)

Returns: CRMScript.Global.Void Example:

SetUserId(Integer)

Returns: CRMScript.Global.Void Example: