コード例 #1
0
 public RecordStopAction(string url, params CustomParam[] customParams)
 {
     properties = new RecordStopActionProperties();
     url = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url = url;
 }
コード例 #2
0
 public RecordStopAction(string url, params CustomParam[] customParams)
 {
     properties     = new RecordStopActionProperties();
     url            = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url = url;
 }