Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


If you would like to only send data to Visilabs use the following method:

Code Block
languageapplescript
titleObjective-C
[Visilabs createAPI:@"OrganizasyonID" withSiteID:@"SiteID" withSegmentURL:@"http://lgr.visilabs.net" withDataSource:@"DataSource" withRealTimeURL:@"http://rt.visilabs.net" withChannel:@"IOS"];
Code Block
languageapplescript
titleSwift
Visilabs.createAPI("OrganizasyonID", withSiteID:

...

"SiteID", withSegmentURL: "http://lgr.visilabs.net", withDataSource: "DataSource", withRealTimeURL: "http://rt.visilabs.net", withChannel:

...

 "IOS")

Sending Data to Visilabs and Receiving Recommendations

...