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.
Now I am using a swiftEntryKit to display the view controller and I have written a code on dismiss completion but on background tap and swipe down what should I do.
completion handler wouldn't work in my case because it won't be called on background tap dismiss and swipe down dismiss.
Describe the solution you'd like
So I want a delegate method on dismiss view which will be called every time I dismiss swiftEntryKit by any move button tap, background tap, or swipe down.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Now I am using a swiftEntryKit to display the view controller and I have written a code on dismiss completion but on background tap and swipe down what should I do.
completion handler wouldn't work in my case because it won't be called on background tap dismiss and swipe down dismiss.
Describe the solution you'd like
So I want a delegate method on dismiss view which will be called every time I dismiss swiftEntryKit by any move button tap, background tap, or swipe down.
The text was updated successfully, but these errors were encountered: