Uses of Class
io.github.ma1uta.matrix.client.model.sync.Ephemeral
-
Packages that use Ephemeral Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of Ephemeral in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync declared as Ephemeral Modifier and Type Field Description private Ephemeral
JoinedRoom. ephemeral
The ephemeral events in the room that aren't recorded in the timeline or state of the room. e.g. typing.Methods in io.github.ma1uta.matrix.client.model.sync that return Ephemeral Modifier and Type Method Description Ephemeral
JoinedRoom. getEphemeral()
Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type Ephemeral Modifier and Type Method Description void
JoinedRoom. setEphemeral(Ephemeral ephemeral)
-