Okto Embedded WalletBuilt in UI Screens
Show UI Screen via Code
Learn how to manage theme and UI using the Okto SDK.
Methods Overview
Methods | Description |
---|---|
showWidgetSheet | Displays the widget sheet |
closeBottomSheet | Closes the currently opened widget sheet |
Show widget sheet
showWidgetSheet()
displays the widget modal.
Parameters
There are no parameters for this function.
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | void | No successful response returned |
Close modal
closeBottomSheet()
closes the currently open modal.
Parameters
There are no parameters for this function.
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | void | No successful response returned |