Class
TchekBuilder
public class TchekBuilder
A builder allowing global look customization of the Tchek™ SDK
Initializers
init(userId:ui:)
public init(userId: String? = nil, ui: ((TchekBuilder) -> Void))
Primary constructor
Parameters
| Name | Type | Description |
|---|---|---|
| userId | String? |
The String user id to attach to the session |
| ui | ((TchekBuilder) -> Void) |
Lambda to easily set-up the builder |