Ejemplo n.º 1
0
 void IBaiduStat.pageEnd(string pageName)
 {
     JoyYouNativeInterface.BaiduStat(5, pageName, string.Empty, 0);
 }
Ejemplo n.º 2
0
 void IBaiduStat.eventEnd(string eventId, string eventLabel)
 {
     JoyYouNativeInterface.BaiduStat(3, eventId, eventLabel, 0);
 }
Ejemplo n.º 3
0
 void IBaiduStat.eventWithDurationTime(string eventId, string eventLabel, int duration)
 {
     JoyYouNativeInterface.BaiduStat(6, eventId, eventLabel, duration);
 }
Ejemplo n.º 4
0
 void IBaiduStat.singleEventLog(string eventId, string eventLabel)
 {
     JoyYouNativeInterface.BaiduStat(1, eventId, eventLabel, 0);
 }