Constants
The following constants are available globally.
-
Bumber of seconds to use as default timeout of interactions
Declaration
Objective-C
static const NSTimeInterval DefaultInteractionTimeout = 5Swift
let DefaultInteractionTimeout: TimeInterval -
Time gap between interactions
Declaration
Objective-C
static const NSTimeInterval DefaultTimeoutBetweenInteractions = 0Swift
let DefaultTimeoutBetweenInteractions: TimeInterval -
Dictionary with plan files paths
Declaration
Objective-C
extern NSDictionary<NSNumber *, NSSet<NSString *> *> *const LCInteractionTypePlanFilesDictionary -
Key for saving user error info of step
Declaration
Objective-C
extern const NSErrorUserInfoKey NSStepStateKeySwift
let NSStepStateKey: String -
Error domain of the LunaCore module.
Declaration
Objective-C
static NSString *const kBestShotErrorDomain = @"ru.visionlabs.lunacore.error.domain"Swift
let kBestShotErrorDomain: String
Constants Reference