Exemple #1
0
 public void _Init()
 {
     Mobeelizer.OnLaunching();
     UTWebRequest.SyncData = "firstSync.zip";
     Mobeelizer.Login("user", "password", (s) =>
     {
         loginEvent.Set();
     });
     loginEvent.WaitOne();
 }
Exemple #2
0
 // Code to execute when the application is launching (eg, from Start)
 // This code will not execute when the application is reactivated
 private void Application_Launching(object sender, LaunchingEventArgs e)
 {
     Mobeelizer.OnLaunching();
     PushNotificationService.Instance.RegisterForRemoteNotification();
 }
Exemple #3
0
 public void _OnLaunching()
 {
     Mobeelizer.OnLaunching();
 }