You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried creating a segment integration project from scratch. While following the readme it says to put things in your engine delegate, but it wasn't immediately obvious how I was supposed to obtain the engine delegate code in the first place.
I'd suggest in "Requirements" section there could be an item for engine setup with a delegate, with a link to the engine instructions there.
In other places that refer to the delegate, you could link backward to the requirements, so
In your implementation of FactualEngineDelegate, simply add a few lines of code to the engineDidStartWithInstance method.
might read like
In your implementation of FactualEngineDelegate (see Requirements), simply add a few lines of code to the engineDidStartWithInstance method.
The text was updated successfully, but these errors were encountered:
I tried creating a segment integration project from scratch. While following the readme it says to put things in your engine delegate, but it wasn't immediately obvious how I was supposed to obtain the engine delegate code in the first place.
I'd suggest in "Requirements" section there could be an item for engine setup with a delegate, with a link to the engine instructions there.
In other places that refer to the delegate, you could link backward to the requirements, so
might read like
The text was updated successfully, but these errors were encountered: