Ejemplo n.º 1
0
 public void ShowLoginProvidersDialogOverWithProviders()
 {
     try
     {
         Gigya.ShowLoginProvidersDialogOver(UnitTestAppDelegate.NavigationController, new [] { new NSString("facebook") }, new NSDictionary(), UserInfoHandler);
     }
     catch (Exception e)
     {
         Assert.Fail(e.Message);
     }
     Assert.Pass();
 }