Sendbird Chat SDK for .NET
SbAppInfo

Properties

string EmojiHash [get]
 This is the latest hash value for Emoji. Default value is empty string. More...
 
long UploadSizeLimit [get]
 This is the upload able file size limit. (The unit is bytes.) More...
 
bool UseReaction [get]
 This is the state of using the reaction feature. More...
 
IReadOnlyList< string > PremiumFeatureList [get]
 List of all premium features that application is using. More...
 
IReadOnlyList< string > AttributesInUse [get]
 List of all attributes that the application is using. More...
 

Detailed Description

Since
4.0.0

Property Documentation

◆ AttributesInUse

IReadOnlyList<string> AttributesInUse
get

List of all attributes that the application is using.

Since
4.0.0

◆ EmojiHash

string EmojiHash
get

This is the latest hash value for Emoji. Default value is empty string.

Since
4.0.0

◆ PremiumFeatureList

IReadOnlyList<string> PremiumFeatureList
get

List of all premium features that application is using.

Since
4.0.0

◆ UploadSizeLimit

long UploadSizeLimit
get

This is the upload able file size limit. (The unit is bytes.)

Since
4.0.0

◆ UseReaction

bool UseReaction
get

This is the state of using the reaction feature.

Since
4.0.0