KTKAction Class Reference

Inherits from NSObject
Conforms to KTKCloudModel
Declared in KTKAction.h

Content Properties

  actionID

Action identifier. (read-only)

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

Discussion

Action identifier. (read-only)

Declared In

KTKAction.h

  type

Type of the action. (read-only)

@property (nonatomic, assign, readonly) KTKActionType type

Discussion

Type of the action. (read-only)

Declared In

KTKAction.h

  proximity

The proximity on which action should be triggered. (read-only)

@property (nonatomic, assign, readonly) Proximity proximity

Discussion

The proximity on which action should be triggered. (read-only)

Declared In

KTKAction.h

  devicesUniqueID

An array of devices unique identifiers assigned to the action. (read-only)

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

Discussion

An array of devices unique identifiers assigned to the action. (read-only)

Declared In

KTKAction.h

Action Type URL

  url

A url of the action. Nil when action type is equal to (read-only)

@property (nonatomic, strong, readonly) NSURL *url

Discussion

A url of the action. Nil when action type is equal to (read-only)

Declared In

KTKAction.h

Action Type Content

  content

A content object of the action. Nil when action type is equal to (read-only)

@property (nonatomic, strong, readonly) KTKActionContent *content

Discussion

A content object of the action. Nil when action type is equal to (read-only)

Declared In

KTKAction.h