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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
When you have a page with a single select question block, it will no longer automatically close after selection.
When you have a carousel with a single select question block, it will no longer automatically push the next page after selection.
The pause function will now also prevent screens from push notifications from showing. When you pause the SDK and a user opens a push, it will only show the screen after you've called resume.
When a user selects a button with a deeplink, we'll close our actvity/view controller for you.
When you call any function within the Unflow SDK, an error will be thrown if you provide an invalid value. For example, if you try to provide null in place of a non nullable parameter. Be sure to wrap your functions in a catch block.
Added
You can now configure if a question requires a response or not.
Fixed
The pause function will no longer stop manual calls to openScreen from opening.
On Android, we've improved the layouts for our visual screens to hug most of the time, and flex when it would look better.
When closing a page via a link, the animation has been corrected.