Skip to main content

Settings

TFSettings

Runtime settings fetched from the server.

public struct TFSettings {
public let pinMinLength: Int
public let pinMaxLength: Int
public let showAccountRecovery: Bool
public let showTermsAndConditions: Bool
public let showDeviceSecurity: Bool

public init(
pinMinLength: Int,
pinMaxLength: Int,
showAccountRecovery: Bool,
showTermsAndConditions: Bool,
showDeviceSecurity: Bool
)
}