Table of Contents

Struct ChatWithFriendData

Struct ChatWithFriendData is used to store cached friend chat data in UIPeer2PeerMenu.

public struct ChatWithFriendData
Inherited Members

Constructors

ChatWithFriendData(ProductUserId)

Constructor for creating a new local cache of chat entries.

public ChatWithFriendData(ProductUserId FriendId)

Parameters

FriendId ProductUserId

ProductUserId of remote friend

Fields

ChatLines

public Queue<ChatEntry> ChatLines

Field Value

Queue<ChatEntry>

Queue of cached ChatEntry objects

FriendId

public ProductUserId FriendId

Field Value

ProductUserId

FriendId of remote friend