SecureMessenger
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
SecureMessenger
matrix
/
ltechnologies.onionphone.securemessenger.protocol.matrix
/
TrixnityMatrixEngine
Trixnity
Matrix
Engine
class
TrixnityMatrixEngine
(
repository
:
MessengerRepository
,
filesDir
:
File
)
Members
Constructors
Trixnity
Matrix
Engine
Link copied to clipboard
constructor
(
repository
:
MessengerRepository
,
filesDir
:
File
)
Functions
close
Link copied to clipboard
fun
close
(
)
login
Link copied to clipboard
suspend
fun
login
(
accountId
:
String
,
homeserver
:
String
,
userId
:
String
,
password
:
String
,
proxy
:
ProxyConfig
)
:
Result
<
MatrixClient
>
send
Text
Link copied to clipboard
suspend
fun
sendText
(
roomId
:
String
,
body
:
String
)