Uses of Class
io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
-
Packages that use ThirdPartySigned Package Description io.github.ma1uta.matrix.client.model.room Room API models. -
-
Uses of ThirdPartySigned in io.github.ma1uta.matrix.client.model.room
Fields in io.github.ma1uta.matrix.client.model.room declared as ThirdPartySigned Modifier and Type Field Description private ThirdPartySigned
JoinRequest. thirdPartySigned
A signature of an m.third_party_invite token to prove that this user owns a third party identity which has been invited to the room.Methods in io.github.ma1uta.matrix.client.model.room that return ThirdPartySigned Modifier and Type Method Description ThirdPartySigned
JoinRequest. getThirdPartySigned()
Methods in io.github.ma1uta.matrix.client.model.room with parameters of type ThirdPartySigned Modifier and Type Method Description void
JoinRequest. setThirdPartySigned(ThirdPartySigned thirdPartySigned)
-