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
/
connectWithToken
connect
With
Token
suspend
fun
connectWithToken
(
accId
:
String
,
server
:
String
,
userId
:
String
,
token
:
String
,
proxy
:
ProxyConfig
,
since
:
String
?
=
null
,
onSinceUpdated
:
(
String
)
->
Unit
=
{}
,
onAuthExpired
:
(
)
->
Unit
=
{}
)
:
Result
<
Unit
>