LCStepConfigProtocol

Objective-C

@protocol LCStepConfigProtocol <NSObject>

Swift

protocol LCStepConfigProtocol : NSObjectProtocol

Common protocol which declares the API in case you want to develop your own interaction step

  • timeout value which declares in how much seconds interaction should be completed

    Declaration

    Objective-C

    @property (nonatomic) CGFloat timeout;

    Swift

    var timeout: CGFloat { get set }