iOSReferenceEnumsUserIdSourceVersion: SDK 5.0.xOn this pageUserIdSourcepublic 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)