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
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
When working with the new API in shared .NET standard projects, we often have to use ShouldShowRequestPermissionRationaleAsync which does not accept type parameters.
Since member BasePermission.permission : Permission is not public, we have to write a mapping from type to enum like below:
Related: #148
When working with the new API in shared .NET standard projects, we often have to use
ShouldShowRequestPermissionRationaleAsync
which does not accept type parameters.Since
member BasePermission.permission : Permission
is not public, we have to write a mapping from type to enum like below:If you could make it public, it will make
ShouldShowRequestPermissionRationaleAsync
a lot easier to use.The text was updated successfully, but these errors were encountered: