// Touch events partial void AddConnectionPressed(UIButton sender) { // No need to await here because we are using IGSSessionDelegate Gigya.ShowAddConnectionProvidersDialogAsync(this, new[] { "microsoft", "facebook", "twitter", "googleplus", "linkedin", "vkontakte", "yahoo" }, null); }