If you've always dreamed of rendering your own resource center launcher instead of the default launcher, today's your day!
This is what the default launcher looks like:
You can now hide it via Userflow.js by calling this right after userflow.init()
:
userflow.setResourceCenterLauncherHidden(true)
Then add your own button or menu item in your app, which programmatically opens the resource center via:
userflow.openResourceCenter()
CONTENTS