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
Is your feature request related to a problem? Please describe.
There's a presentFaceCaptureActivityWithConfig method available. However, the parameter is a type of dynamic with no documentation/reference to follow. From some digging I understand that there's some native ...Config.Builder for the further native code and right now there's no way how I could pass desired parameters like isCloseButtonEnabled. There's nothing related in the JSONConstructor either, therefore I assume it's not possible right now. This is quite crucial however since in our usecase we need to get rid of the close button at least.
Describe the solution you'd like
Provide (typed if possible) way to pass in the config for activities with config.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There's a
presentFaceCaptureActivityWithConfig
method available. However, the parameter is a type of dynamic with no documentation/reference to follow. From some digging I understand that there's some native...Config.Builder
for the further native code and right now there's no way how I could pass desired parameters likeisCloseButtonEnabled
. There's nothing related in the JSONConstructor either, therefore I assume it's not possible right now. This is quite crucial however since in our usecase we need to get rid of the close button at least.Describe the solution you'd like
Provide (typed if possible) way to pass in the config for activities with config.
The text was updated successfully, but these errors were encountered: