Sendbird Chat SDK for Unity
|
A params to create the SbMessageCollection. More...
Public Member Functions | |
SbMessageCollectionCreateParams (SbMessageListParams inMessageListParams, long inStartingPoint=long.MaxValue, SbMessageCollectionHandler inMessageCollectionHandler=null) | |
Properties | |
SbMessageListParams | MessageListParams [get, set] |
The MessageListParams to be used in the SbMessageCollection. More... | |
long | StartingPoint [get, set] |
The starting point of which to load messages from. More... | |
SbMessageCollectionHandler | MessageCollectionHandler [get, set] |
The message collection handler to be used for this SbMessageCollection. More... | |
A params to create the SbMessageCollection.
SbMessageCollectionCreateParams | ( | SbMessageListParams | inMessageListParams, |
long | inStartingPoint = long.MaxValue , |
||
SbMessageCollectionHandler | inMessageCollectionHandler = null |
||
) |
|
getset |
The message collection handler to be used for this SbMessageCollection.
|
getset |
The MessageListParams to be used in the SbMessageCollection.
|
getset |
The starting point of which to load messages from.