Package-level declarations

Types

Link copied to clipboard
actual class ChatConfigError : RtkError
expect class ChatConfigError : RtkError
actual class ChatConfigError : RtkError
Link copied to clipboard
Link copied to clipboard
actual sealed class ChatFileError : RtkError
expect sealed class ChatFileError : RtkError
actual sealed class ChatFileError : RtkError
Link copied to clipboard
Link copied to clipboard
open class ChatMessage(val userId: String, val displayName: String, val read: Boolean, val pluginId: String?, val type: ChatMessageType, val time: String, val createdAtMillis: Long, val targetUserIds: List<String>?)
Link copied to clipboard
Link copied to clipboard
actual sealed class ChatTextError : RtkError
expect sealed class ChatTextError : RtkError
actual sealed class ChatTextError : RtkError
Link copied to clipboard
Link copied to clipboard
class FileMessage(userId: String, displayName: String, read: Boolean, pluginId: String?, val name: String, time: String, createdAtMillis: Long, val link: String, val size: Long, targetUserIds: List<String>?) : ChatMessage
Link copied to clipboard
class ImageMessage(userId: String, displayName: String, read: Boolean, pluginId: String?, val link: String, time: String, createdAtMillis: Long, targetUserIds: List<String>?) : ChatMessage
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TextMessage(userId: String, displayName: String, read: Boolean, pluginId: String?, val message: String, time: String, createdAtMillis: Long, targetUserIds: List<String>?) : ChatMessage

Functions

Link copied to clipboard
Link copied to clipboard
fun RtkChat.sendFileMessage(fileUri: ERROR CLASS: Symbol not found for Uri, onResult: (ChatFileError?) -> Unit)
fun RtkChat.sendFileMessage(fileUri: ERROR CLASS: Symbol not found for Uri, peerIds: List<String>, onResult: (ChatFileError?) -> Unit)
fun RtkChat.sendFileMessage(fileUri: NSURL, onResult: (ChatFileError?) -> Unit)
fun RtkChat.sendFileMessage(fileUri: NSURL, peerIds: List<String>, onResult: (ChatFileError?) -> Unit)
Link copied to clipboard
fun RtkChat.sendImageMessage(imageUri: ERROR CLASS: Symbol not found for Uri, onResult: (ChatFileError?) -> Unit)
fun RtkChat.sendImageMessage(imageUri: ERROR CLASS: Symbol not found for Uri, peerIds: List<String>, onResult: (ChatFileError?) -> Unit)
fun RtkChat.sendImageMessage(imageUri: NSURL, onResult: (ChatFileError?) -> Unit)
fun RtkChat.sendImageMessage(imageUri: NSURL, peerIds: List<String>, onResult: (ChatFileError?) -> Unit)