Package com.getstream.sdk.chat.utils

Types

Link copied to clipboard
object AttachmentConstants

Various constants regarding default attachment limits.

Link copied to clipboard
class AttachmentFilter(chatClient: ChatClient = ChatClient.instance())

A filter that is used to filter out attachments that will not be accepted by the backend.

Link copied to clipboard
interface DateFormatter

An interface that allows to format date-time objects as strings.

Link copied to clipboard
object MediaStringUtil
Link copied to clipboard
class StorageHelper
Link copied to clipboard
open class Utils

Functions

Link copied to clipboard
fun DateFormatter.formatDate(date: Date?): String

Extension to be able to format objects of the deprecated Date type.

Link copied to clipboard
fun DateFormatter.formatTime(date: Date?): String

Extension to be able to format objects of the deprecated Date type.