Warden-Supreme
Toggle table of contents
1.1.4
common
Target filter
common
Switch theme
Search in API
Skip to content
Warden-Supreme
collector-app
/
at.asitplus.warden.collector
/
EndpointStore
Endpoint
Store
interface
EndpointStore
Tiny persistent store for the backend URL, so it survives app restarts.
Members
Properties
default
Endpoint
Link copied to clipboard
abstract
val
defaultEndpoint
:
String
Functions
get
Link copied to clipboard
abstract
fun
get
(
)
:
String
?
set
Link copied to clipboard
abstract
fun
set
(
value
:
String
)