toggle menu
configcat-kotlin-client
4.1.0
common
switch theme
search in API
configcat-kotlin-client
/
com.configcat.fetch
/
RefreshResult
Refresh
Result
data
class
RefreshResult
(
val
isSuccess
:
Boolean
,
val
error
:
String
?
)
(
source
)
Represents the result of a
ConfigCatClient.forceRefresh
.
Members
Constructors
Refresh
Result
Link copied to clipboard
constructor
(
isSuccess
:
Boolean
,
error
:
String
?
)
Properties
error
Link copied to clipboard
val
error
:
String
?
is
Success
Link copied to clipboard
val
isSuccess
:
Boolean