Struct ChatWithFriendData
- Namespace
- PlayEveryWare.EpicOnlineServices.Samples
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
ProductUserIdProductUserId
of remote friend
Fields
ChatLines
public Queue<ChatEntry> ChatLines
Field Value
FriendId
public ProductUserId FriendId
Field Value
- ProductUserId
FriendId
of remote friend