Message
data class Message(val uuid: Long, val receivedTime: Long, val node: Node, val text: String, val fromLocal: Boolean, val time: String, val read: Boolean, val status: MessageStatus?, val routingError: Int, val packetId: Int, val emojis: List<Reaction>, val snr: Float, val rssi: Int, val hopsAway: Int, val replyId: Int?, val originalMessage: Message? = null, val viaMqtt: Boolean = false, val relayNode: Int? = null, val relays: Int = 0, val filtered: Boolean = false, val transportMechanism: Int = 0)(source)
Constructors
Link copied to clipboard
constructor(uuid: Long, receivedTime: Long, node: Node, text: String, fromLocal: Boolean, time: String, read: Boolean, status: MessageStatus?, routingError: Int, packetId: Int, emojis: List<Reaction>, snr: Float, rssi: Int, hopsAway: Int, replyId: Int?, originalMessage: Message? = null, viaMqtt: Boolean = false, relayNode: Int? = null, relays: Int = 0, filtered: Boolean = false, transportMechanism: Int = 0)
Properties
Functions
Link copied to clipboard
fun getStatusStringRes(): ERROR CLASS: Symbol not found for Pair<ERROR CLASS: Symbol not found for StringResource, ERROR CLASS: Symbol not found for StringResource>