Reaction

Objects representing a reaction.

Since

3.0.112

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of the reaction.

Link copied to clipboard

The updated time of the reaction in milliseconds.

Link copied to clipboard

User ids.

Functions

Link copied to clipboard
open operator override fun compareTo(other: Reaction): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Serializes the Reaction instance. This byte array can be stored in the database in your application. The instance can be restored by buildFromSerializedData.

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