RefreshResult

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?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard