コード例 #1
0
ファイル: GigyaTests.cs プロジェクト: ahouhel/XamarinBindings
 public void ShowLoginProvidersDialogOverWithProviders()
 {
     try
     {
         Gigya.ShowLoginProvidersDialogOver(UnitTestAppDelegate.NavigationController, new [] { new NSString("facebook") }, new NSDictionary(), UserInfoHandler);
     }
     catch (Exception e)
     {
         Assert.Fail(e.Message);
     }
     Assert.Pass();
 }