Skip to main content
Version: SDK 5.0.x

UserIdSource

public enum UserIdSource : Codable

justtrack

Forward the justtrack user id to the network.

case justtrack

noUserId

Don’t forward any user id to the network.

case noUserId

customUserId(_:)

Forward your own user id to the network.

case customUserId(String)