Uses of Class
io.github.ma1uta.matrix.client.model.sync.Presence
-
Packages that use Presence Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of Presence in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync declared as Presence Modifier and Type Field Description private Presence
SyncResponse. presence
The updates to the presence status of other users.Methods in io.github.ma1uta.matrix.client.model.sync that return Presence Modifier and Type Method Description Presence
SyncResponse. getPresence()
Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type Presence Modifier and Type Method Description void
SyncResponse. setPresence(Presence presence)
-