core/com.tealium.prism.core.api.modules/Trace/join join abstract fun join(id: String): Single<TealiumResult<Unit>>Joins a Trace for the given id. The trace id will be added to all future events that are tracked until either leave is called, or the current session expires.ReturnAn async result for optional error handling