public void CollectDeviceId()
 {
     PropertyConfiguratorInternal.CollectDeviceId(_rawObject);
 }
 public void RemoveEventProperty(String key)
 {
     PropertyConfiguratorInternal.RemoveEventProperty(_rawObject, key);
 }
 public void SetEventProperty(string key, bool value)
 {
     PropertyConfiguratorInternal.SetEventProperty(_rawObject, key, value);
 }
 public void SetAppLocale(string appLocale)
 {
     PropertyConfiguratorInternal.SetAppLocale(_rawObject, appLocale);
 }
 public void SetAppVersion(string appVersion)
 {
     PropertyConfiguratorInternal.SetAppVersion(_rawObject, appVersion);
 }
Exemple #6
0
 public void SetUserId(string userId)
 {
     PropertyConfiguratorInternal.SetUserId(_rawObject, userId);
 }