FusClientConfig

data class FusClientConfig(val productName: String, val productCode: String, val recorderCode: String, val recorderVersion: String, val regionCode: RegionCode = RegionCode.ALL, val productVersion: String, val baselineVersion: Int, val anonymizationSalt: String? = null, val isTest: Boolean, val reduceInitialMetadataUpdateDelay: Boolean, val enableAsyncEventLogging: Boolean = true, val isRecordEnabled: () -> Boolean = { true }, val isSendEnabled: () -> Boolean = { true }, val isLoggingEnabled: () -> Boolean = { true })

Constructors

Link copied to clipboard
constructor(productName: String, productCode: String, recorderCode: String, recorderVersion: String, regionCode: RegionCode = RegionCode.ALL, productVersion: String, baselineVersion: Int, anonymizationSalt: String? = null, isTest: Boolean, reduceInitialMetadataUpdateDelay: Boolean, enableAsyncEventLogging: Boolean = true, isRecordEnabled: () -> Boolean = { true }, isSendEnabled: () -> Boolean = { true }, isLoggingEnabled: () -> Boolean = { true })

Types

Link copied to clipboard
class Builder

Properties

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