Exemple #1
0
 public override bool FinishedLaunching(UIApplication uiApplication, NSDictionary launchOptions)
 {
     Xamarin.Forms.Forms.Init();
     Distribute.DontCheckForUpdatesInDebug();
     MSACAnalytics.SetDelegate(new AnalyticsDelegate());
     LoadApplication(new App());
     UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0;
     return(base.FinishedLaunching(uiApplication, launchOptions));
 }
Exemple #2
0
 public override void DidFailSendingEventLog(MSACAnalytics analytics, MSACEventLog eventLog, NSError error)
 {
     AppCenterLog.Debug(App.LogTag, "Failed to send event with error: " + error);
 }
Exemple #3
0
 public override void DidSucceedSendingEventLog(MSACAnalytics analytics, MSACEventLog eventLog)
 {
     AppCenterLog.Debug(App.LogTag, "Did send event");
 }
Exemple #4
0
 public override void WillSendEventLog(MSACAnalytics analytics, MSACEventLog eventLog)
 {
     AppCenterLog.Debug(App.LogTag, "Will send event");
 }