MCTActiveStepObject

public class MCTActiveStepObject : RSDActiveUIStepObject

Create a subclass of the active step that always requires background audio and should end on interrupt.

  • Returns true.

    Declaration

    Swift

    public override var shouldEndOnInterrupt: Bool { get set }
  • Returns true.

    Declaration

    Swift

    public override var requiresBackgroundAudio: Bool { get set }