steps property

List<ZwapTutorialStep> steps
final

Steps must be exactly the same lenght as the number of key generated with registerTutorialStep method

Obviously the number provided in the registerTutorialStep methos must be the same od the index of the corrisponding step

Implementation

final List<ZwapTutorialStep> steps;