EAEDebugInformation

Objective-C

@interface EAEDebugInformation : NSObject

@property (strong, nonatomic) NSString* triggerId;
@property (strong, nonatomic) NSString* channelId;
@property (assign, nonatomic) int threshold;
@property (assign, nonatomic) int strength;
@property (assign, nonatomic) bool overrideEngaged;
@property (assign, nonatomic) long exitTimeout;
@property (assign, nonatomic) long countdown;

@end

Swift

class EAEDebugInformation : NSObject

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (strong, nonatomic) NSString* triggerId

    Swift

    var triggerId: String! { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (strong, nonatomic) NSString* channelId

    Swift

    var channelId: String! { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) int threshold

    Swift

    var threshold: Int32 { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) int strength

    Swift

    var strength: Int32 { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) bool overrideEngaged

    Swift

    var overrideEngaged: Bool { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) long exitTimeout

    Swift

    var exitTimeout: Int { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) long countdown

    Swift

    var countdown: Int { get set }