qisdk / com.aldebaran.qi.sdk.builder / AnimationBuilder / withTexts

withTexts

open fun withTexts(vararg texts: String!): AnimationBuilder!

Add animation from texts

Parameters

texts - String!: the texts

Return
AnimationBuilder!: the builder

open fun withTexts(texts: MutableList<String!>!): AnimationBuilder!

Add animation from texts

Parameters

texts - MutableList<String!>!: the texts

Return
AnimationBuilder!: the builder