コード例 #1
0
 public void showInviteForSurveyId(string key)
 {
     ForeSee.ShowInviteForSurveyID(key);
 }
コード例 #2
0
 public void start()
 {
     ForeSee.Start((Android.App.Application)Android.App.Application.Context);
 }
コード例 #3
0
 public void reset()
 {
     ForeSee.ResetState();
 }
コード例 #4
0
 public void checkIfEligible()
 {
     ForeSee.CheckIfEligibleForSurvey();
 }
コード例 #5
0
 public void increamentWithKey(string key)
 {
     ForeSee.IncrementSignificantEventCountWithKey(key);
 }