Method testing tool
Show device tutorial
Start the on device tutorial.
const result = await TrezorConnect.showDeviceTutorial(params);
Not supported on T1B1 and T2T1
Params
Including CommonParams
No other parameters.
Example:
TrezorConnect.showDeviceTutorial({
device,
});
Result
Success type
{
success: true,
payload: {
message: 'Tutorial shown'
}
}
Error
{
success: false,
payload: {
error: string // error message
}
}