matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.rendezvous
/
RendezvousTransport
Rendezvous
Transport
interface
RendezvousTransport
Content copied to clipboard
Functions
Properties
Inheritors
Functions
close
Link copied to clipboard
abstract
suspend
fun
close
(
)
Content copied to clipboard
details
Link copied to clipboard
abstract
suspend
fun
details
(
)
:
RendezvousTransportDetails
Content copied to clipboard
receive
Link copied to clipboard
abstract
suspend
fun
receive
(
)
:
ByteArray
?
Content copied to clipboard
send
Link copied to clipboard
abstract
suspend
fun
send
(
contentType
:
MediaType
,
data
:
ByteArray
)
Content copied to clipboard
Properties
ready
Link copied to clipboard
abstract
var
ready
:
Boolean
Content copied to clipboard
Inheritors
SimpleHttpRendezvousTransport
Link copied to clipboard