StreamLink.NET  6.2.10-3513-c11dd52
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.IChatEvent Interface Reference

Provides information about updates to a chat subject. More...

Inheritance diagram for Caplin.StreamLink.IChatEvent:
Caplin.StreamLink.IDataEvent

Properties

string Message [get]
 Returns the chat message. More...
 
string Time [get]
 Returns the time when the chat event was raised. More...
 
Caplin.StreamLink.ChatEventType UpdateType [get]
 Returns the type of chat event that this event represents. More...
 
string User [get]
 Returns the username of the user who generated this chat event. More...
 

Detailed Description

Provides information about updates to a chat subject.

The ChatEvent is provided in an onChatUpdate callback to a ISubscriptionListener.

Property Documentation

string Caplin.StreamLink.IChatEvent.Message
get

Returns the chat message.

This method returns null for all events events apart from ChatEventType.MESSAGE.

The chat message if the chat event type is ChatEventType.MESSAGE, otherwise null.

string Caplin.StreamLink.IChatEvent.Time
get

Returns the time when the chat event was raised.

The time stamp is in the format HH:MM:SS.

The timestamp.

Caplin.StreamLink.ChatEventType Caplin.StreamLink.IChatEvent.UpdateType
get

Returns the type of chat event that this event represents.

The event type.

string Caplin.StreamLink.IChatEvent.User
get

Returns the username of the user who generated this chat event.

The username.


Generated on Thu Apr 27 2017 14:05:45 for StreamLink.NET