Skip to content

On update, implemented methods changed.  #23

@Leepee

Description

@Leepee

Hi Heinrich,
I updated this lib recently (3.0.3), and I've broken it. I have made a minimum working example, the same as your example, and there is an error that I need to implement abstract method onCreateSteps(). Does this replace getSteps() that is given in the example?

I am also getting an error on new TextStep, where I think it is required to use a Builder now? The error is :

error: constructor TextStep in class TextStep cannot be applied to given types;
required: Builder
found: Context,String,int,String,int,String
reason: actual and formal argument lists differ in length

These two issues prevent it working for me right now.

Apologies if anything is obvious here, I'm a new developer!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions