Sendbird Chat SDK for Unity
SbMessageCollectionCreateParams

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...
 

Detailed Description

A params to create the SbMessageCollection.

Since
4.0.0

Constructor & Destructor Documentation

◆ SbMessageCollectionCreateParams()

SbMessageCollectionCreateParams ( SbMessageListParams  inMessageListParams,
long  inStartingPoint = long.MaxValue,
SbMessageCollectionHandler  inMessageCollectionHandler = null 
)
Since
4.0.0

Property Documentation

◆ MessageCollectionHandler

SbMessageCollectionHandler MessageCollectionHandler
getset

The message collection handler to be used for this SbMessageCollection.

Since
4.0.0

◆ MessageListParams

SbMessageListParams MessageListParams
getset

The MessageListParams to be used in the SbMessageCollection.

Since
4.0.0

◆ StartingPoint

long StartingPoint
getset

The starting point of which to load messages from.

Since
4.0.0