AttachmentConstants

object AttachmentConstants

Various constants regarding default attachment limits.

Properties

Link copied to clipboard
const val MAX_ATTACHMENTS_COUNT: Int = 10

Default max number of attachments.

Link copied to clipboard
const val MAX_UPLOAD_FILE_SIZE: Long

Default max upload size in bytes.

Link copied to clipboard
const val MAX_UPLOAD_SIZE_IN_MB: Int = 100

Default max upload size in MB.