Versions Compared

Key

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

...

RMC'ye Veri Gönderme 
Anchor
veri
veri

Yalnızca RMC'ye veri göndermek için aşağıdaki yöntemi kullanın:


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

...

RMC'ye Veri Gönderme ve Tavsiyeler Alma (Recommendations) 
Anchor
recommend
recommend

RMC'ye veri göndermek ve tavsiyeler almak için aşağıdaki yöntemi kullanın:


Code Block
languageapplescript
titleObjective-C
[Visilabs createAPI:@"OrganizasyonID" withSiteID:@"SiteID" withSegmentURL:@"http://lgr.visilabs.net" withDataSource:@"DataSource" withRealTimeURL:@"http://rt.visilabs.net" withChannel:@"IOS" withRequestTimeout:30 withTargetURL:@"http://s.visilabs.net/json"];

...

RMC'ye Veri Gönderme, Tavsiyeler ve Uygulama içi Mesajlar Alma (Recommendations, In-App Messages) 
Anchor
inapp
inapp

Tavsiyeler, uygulama içi iletileri almak için ve RMC'ye veri göndermek için aşağıdaki yöntemi kullanın:


Code Block
languageapplescript
titleObjective-C
 [Visilabs createAPI:@"OrganizasyonID" withSiteID:@"SiteID" withSegmentURL:@"http://lgr.visilabs.net" withDataSource:@"DataSource" withRealTimeURL:@"http://rt.visilabs.net" withChannel:@"IOS"  withRequestTimeout:30 withTargetURL:@"http://s.visilabs.net/json" withActionURL:@"http://s.visilabs.net/actjson"];

...

RMC'ye Veri Göndermek, Tavsiyeler ve Uygulama İçi Mesajlar Almak ve Geofencing Modülünü Çalıştırmak 
Anchor
geofence
geofence

RMC'ye veri göndermek, öneriler ve , uygulama içi mesaj almak ve Geofencing modülünü çalıştırmak için aşağıdaki yöntemi kullanın:


Code Block
languageapplescript
titleObjective-C
 [Visilabs createAPI:"OrganizasyonID" withSiteID:"SiteID" withSegmentURL:@"http://lgr.visilabs.net" withDataSource:"DataSource" withRealTimeURL:@"http://rt.visilabs.net" withChannel:@"IOS" withRequestTimeout:30 withTargetURL:@"http://s.visilabs.net/json" withActionURL:@"http://s.visilabs.net/actjson" withGeofenceURL:@"http://s.visilabs.net/geojson" withGeofenceEnabled:YES];

...