Methods
Methods available on the Wander Connect SDK
open(directAccess?: DirectAccess)
open(directAccess?: DirectAccess)
Opens the wallet interface, in a specific flow/page, if specified.
close()
close()
Closes the wallet interface.
signOut()
signOut()
Signs out the user.
setTheme(theme: ThemeSetting)
setTheme(theme: ThemeSetting)
Update the app, iframe and button themes.
Note that if options.iframe.theme
or options.button.theme
are used, the iframe theme and/or the button theme, respectively, won't be updated. In that case, you should call setIframeTheme()
and/or setButtonTheme()
.
setIframeTheme(theme: ThemeSetting)
setIframeTheme(theme: ThemeSetting)
Update the iframe theme (outside only, doesn't affect the iframe content's / app theme).
setButtonTheme(theme: ThemeSetting)
setButtonTheme(theme: ThemeSetting)
Update the button theme.
destroy()
destroy()
Removes all elements and event listeners.
Last updated
Was this helpful?