示例#1
0
 public void SetCustomVariable(int position, string key, string value)
 {
     m_analyticsClient.SetCustomVariable(position, key, value);
 }