KTKTrigger Class Reference

Inherits from NSObject
Conforms to KTKCloudModel
Declared in KTKTrigger.h

Trigger Properties

  triggerID

Trigger identifier. (read-only)

@property (nonatomic, strong, readonly) NSUUID *triggerID

Discussion

Trigger identifier. (read-only)

Declared In

KTKTrigger.h

  name

Trigger’s name. (read-only)

@property (nonatomic, strong, readonly) NSString *name

Discussion

Trigger’s name. (read-only)

Declared In

KTKTrigger.h

  activitiesIDs

An array of activities identifiers assigned to the trigger. (read-only)

@property (nonatomic, strong, readonly) NSArray<NSString*> *activitiesIDs

Discussion

An array of activities identifiers assigned to the trigger. (read-only)

Declared In

KTKTrigger.h

  type

Type of the trigger. (read-only)

@property (nonatomic, assign, readonly) KTKTriggerType type

Discussion

Type of the trigger. (read-only)

Declared In

KTKTrigger.h

  context

Trigger’s context. (read-only)

@property (nonatomic, strong, readonly) KTKTriggerContext *context

Discussion

Trigger’s context. (read-only)

Declared In

KTKTrigger.h

  executor

Trigger’s executor. (read-only)

@property (nonatomic, assign, readonly) KTKTriggerExecutor executor

Discussion

Trigger’s executor. (read-only)

Declared In

KTKTrigger.h