AppInfo

class AppInfo

Represents information obtained from the application settings. The values for this will be set after a connection has been made.

Since

3.0.130

Properties

Link copied to clipboard

List of all attributes that the application is using.

Link copied to clipboard

The current registered emoji version hash.

Link copied to clipboard

Message template info.

Link copied to clipboard

The maximum count of files that can be included in a single com.sendbird.android.message.MultipleFilesMessage.

Link copied to clipboard

Notification info.

Link copied to clipboard

List of all premium features that application is using.

Link copied to clipboard
Link copied to clipboard

The maximum limit of file size in bytes for uploading.

Link copied to clipboard

Whether an application is using the reaction feature.

Functions

Link copied to clipboard
fun needUpdateEmoji(prevEmojiHash: String?): Boolean

Checks whether the emoji list needs to be updated.

Link copied to clipboard
fun toJson(): JsonObject
Link copied to clipboard
open override fun toString(): String