You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static CustomTabsActivityManager From (Activity parentActivity, string servicePackageName = null)
{
if (instance == null) {
instance = new CustomTabsActivityManager (parentActivity);
}
return instance;
}
This method works for a single activity only.
When using multiple activities, the logic for Xamarin.Essentials.Webauthenticator doesn't work as intended.
This method works for a single activity only.
When using multiple activities, the logic for Xamarin.Essentials.Webauthenticator doesn't work as intended.