Reference docs?

Hi Wyatt,

I am a new user of LimeLM.... are there reference docs for the API somewhere that I missed? For example in the sample AIR code I see:

// (see the 3rd parameter of the IsGenuine() function) -- http://wyday.com/limelm/help/offline-activation/ ta.IsGenuineEx(90, 14, true);

That link doesn't show me anything I can see related to IsGenuineEx. The sample is good but having a simple reference doc would save me a lot of time... ?

Thanks,Dave

Hey Dave,

The current definitive source for function workings, etc. is the TurboActivate.h file. We plan on adding a web resource for all the functions later this year.

Each language also has function comments for each of the functions that explains what actually happens. So, what you're using:

ta.IsGenuineEx(90, 14, true);

That means re-verify with the servers every 90 days with a 14 day grace period if there are internet error, and if the user initially activated offline then skip the re-verification with the servers.

Does that make sense?

Hi Wyatt,

I look forward to a single set of accurate docs. My point is that having reference docs could save your customers and you a lot of time. Between the .h, the the ActionScript example, the forum, etc I can figure it out... 🙂

Note that for IsGenuineEx the ActionScript tip only documents 2 of the 4 parameters.

Thanks,Dave

I agree with dave!