Sendbird Chat SDK for Unity
SbMessageCollectionInitHandler

An handler used in MessageCollection.initialize. More...

Public Member Functions

delegate void ApiResultDelegate (IReadOnlyList< SbBaseMessage > inMessages, SbError inError)
 

Properties

ApiResultDelegate OnApiResult [get, set]
 This will give message lists loaded from the api. More...
 

Detailed Description

An handler used in MessageCollection.initialize.

Since
4.0.0

Member Function Documentation

◆ ApiResultDelegate()

delegate void ApiResultDelegate ( IReadOnlyList< SbBaseMessage inMessages,
SbError  inError 
)
Since
4.0.0

Property Documentation

◆ OnApiResult

ApiResultDelegate OnApiResult
getset

This will give message lists loaded from the api.

Since
4.0.0