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
Right now if one wants to change initialization options for a particular platform, it's needed to explicitly initialize it with UseXXX method on app builder. Options are passed using positional arguments. This approach has two issues:
UsePlatformDetect can't be used anymore
ABI compatibility is broken when new parameters are added
What I think we should do instead is to register options for a particular platform in app builder before calling platform detect. E. g.:
Right now if one wants to change initialization options for a particular platform, it's needed to explicitly initialize it with
UseXXX
method on app builder. Options are passed using positional arguments. This approach has two issues:What I think we should do instead is to register options for a particular platform in app builder before calling platform detect. E. g.:
The text was updated successfully, but these errors were encountered: