コード例 #1
0
ファイル: SAEditor.cs プロジェクト: sensorsdata/sa-sdk-unity
 private void _registerSuperProperties(Dictionary <string, object> properties)
 {
     SALog.Debug("Editor Log: calling registerSuperProperties: properties=" + SAUtils.ToDebugString(properties));
 }
コード例 #2
0
ファイル: SAEditor.cs プロジェクト: sensorsdata/sa-sdk-unity
 private void _profileSetOnce(Dictionary <string, object> properties)
 {
     SALog.Debug("Editor Log: calling profileSetOnce: properties=" + SAUtils.ToDebugString(properties));
 }
コード例 #3
0
ファイル: SAEditor.cs プロジェクト: sensorsdata/sa-sdk-unity
 private void _trackTimerEnd(string eventName, Dictionary <string, object> properties)
 {
     SALog.Debug("Editor Log: calling trackTimerEnd: eventName=" + eventName + ", properties=" + SAUtils.ToDebugString(properties));
 }
コード例 #4
0
ファイル: SAEditor.cs プロジェクト: sensorsdata/sa-sdk-unity
 //二期内容
 private void _trackInstallation(Dictionary <string, object> properties = null, bool disableCallback = false)
 {
     SALog.Debug("Editor Log: calling TrackInstallation: properties=" + SAUtils.ToDebugString(properties) + ", " + disableCallback);
 }