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
/
MatrixHttpFallback
/
connect
connect
suspend
fun
connect
(
accId
:
String
,
server
:
String
,
matrixUser
:
String
,
password
:
String
,
proxy
:
ProxyConfig
,
since
:
String
?
=
null
,
onSinceUpdated
:
(
String
)
->
Unit
=
{}
,
onAuthExpired
:
(
)
->
Unit
=
{}
)
:
Result
<
Unit
>