InstructionAction

public enum InstructionAction

Represents actions taken based on an instruction.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Action to toggle sound on or off.

    Declaration

    Swift

    case tapSound(muted: Bool)

    Parameters

    muted

    A boolean value indicating if the sound is muted.

  • Action to tap on lanes.

    Declaration

    Swift

    case tapLanes
  • Action to tap on the “then” button.

    Declaration

    Swift

    case tapThen
  • Action to close the instruction.

    Declaration

    Swift

    case close