kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.relay
/
RelayClientInterface
Relay
Client
Interface
interface
RelayClientInterface
Inheritors
RelayClient
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
accept
Terms
Link copied to clipboard
abstract
fun
acceptTerms
(
)
create
Address
Link copied to clipboard
abstract
fun
createAddress
(
description
:
String
,
generatedFor
:
String
,
usedOn
:
String
)
:
RelayAddress
fetch
Addresses
Link copied to clipboard
abstract
fun
fetchAddresses
(
)
:
List
<
RelayAddress
>