Example #1
0
 public static bool OnResume(this IWebAuthenticator webAuthenticator, Android.Content.Intent intent) =>
 webAuthenticator.AsPlatformCallback().OnResumeCallback(intent);
Example #2
0
 public static bool OpenUrl(this IWebAuthenticator webAuthenticator, Uri uri) =>
 webAuthenticator.AsPlatformCallback().OpenUrlCallback(uri);