Essentials: [Bug/Question] [Android] What is the point of calling Platform.OnResume when using the Web Authenticator?

Created on 16 Dec 2020  路  2Comments  路  Source: xamarin/Essentials

Description

Reading the docs for the web authenticator (https://docs.microsoft.com/de-de/xamarin/essentials/web-authenticator?tabs=android), it is mentioned that one should call Xamarin.Essentials.Platform.OnResume

image

But when calling this method without parameter - like in the docs - the method does just nothing:
https://github.com/xamarin/Essentials/blob/main/Xamarin.Essentials/Platform/Platform.android.cs#L103-L107
So what's the point of it? Outdated docs? The auth seems to work just fine without calling it

bug

Most helpful comment

All 2 comments

Isn't needed, just for app actions. I probably copy/pasted it over wrong.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tsjdev-apps picture tsjdev-apps  路  4Comments

craylward picture craylward  路  4Comments

nicolgit picture nicolgit  路  4Comments

MarkIvanDev picture MarkIvanDev  路  4Comments

gabry90 picture gabry90  路  3Comments