TTAlertEvent Class Reference
| Inherits from | NSManagedObject |
|---|---|
| Declared in | TTAlertEvent.h |
data
NSDictionary that contains information about what to display in the alert event message.
@property (nullable, nonatomic, retain) NSObject *dataDiscussion
Note: data["components"] is a NSArray of NSDictionaries that contain components of the alert event message.
Each component dictionary should have “type” as key to indicate what type of content to display.
Possible values for componentDictionary["type"]: nurse_header, text_view, bold_text_view, completed_item, ehr_action_item, ehr_bold_text_view, ehr_header_generic, ehr_text_view, table_item, escalate_header, two_button_view, role_info, button_view
Component dictionary will also contain information about the configuration of the views.
Declared In
TTAlertEvent.h
organizationToken
Token of the organization in which the alert event exists.
@property (nullable, nonatomic, copy) NSString *organizationTokenDeclared In
TTAlertEvent.h
type
If type is equal to kTTKitFeatureServiceAlertsKey, then the attached message type is set to TTMessageTypeAlert.
@property (nullable, nonatomic, copy) NSString *typeDeclared In
TTAlertEvent.h
priority
Integer value denoting the priority of the alert.
@property (nullable, nonatomic, copy) NSNumber *priorityDeclared In
TTAlertEvent.h
message
The message that contains this alert event.
@property (nullable, nonatomic, retain) TTMessage *messageDeclared In
TTAlertEvent.h