Refresh Result
data class RefreshResult(val isSuccess: Boolean, val error: String?, val errorCode: RefreshErrorCode, val errorException: Exception?)(source)
Represents the result of a ConfigCatClient.forceRefresh.
Constructors
Link copied to clipboard
constructor(isSuccess: Boolean, error: String?, errorCode: RefreshErrorCode, errorException: Exception?)