Okto Embedded WalletBuilt in UI Screens

Show UI Screen via Code

Learn how to manage theme and UI using the Okto SDK.

Methods Overview

MethodsDescription
showWidgetSheetDisplays the widget sheet
closeBottomSheetCloses 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 NameTypeDescription
resultvoidNo successful response returned

Close modal

closeBottomSheet() closes the currently open modal.

Parameters

There are no parameters for this function.

Response

Success Response

Field NameTypeDescription
resultvoidNo successful response returned

On this page