mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 19:57:41 +00:00
48 lines
1.3 KiB
Objective-C
Executable File
48 lines
1.3 KiB
Objective-C
Executable File
// Generated by xsd compiler for ios/objective-c
|
|
// DO NOT CHANGE!
|
|
|
|
#import "Trading_MyMessagesAlertResolutionStatusCode.h"
|
|
|
|
/**
|
|
@file
|
|
|
|
This type is deprecated because <b>MyMessagesAlert*</b> are deprecated.
|
|
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
|
|
The alert has not been resolved. If the alert requires user action, an unresolved status
|
|
means that the user did not take action on the alert. If the alert does not require user
|
|
action, an unresolved status means that the alert has not been read. Note that an
|
|
unresolved alert can not be deleted.
|
|
|
|
*/
|
|
NSString *const Trading_MyMessagesAlertResolutionStatusCode_UNRESOLVED = @"Unresolved";
|
|
|
|
/**
|
|
|
|
|
|
The alert was resolved by auto resolution, for example,
|
|
by expiring after a certain date.
|
|
|
|
*/
|
|
NSString *const Trading_MyMessagesAlertResolutionStatusCode_RESOLVED_BY_AUTO_RESOLUTION = @"ResolvedByAutoResolution";
|
|
|
|
/**
|
|
|
|
|
|
The alert was resolved by user. If the alert requires user action, resolved status
|
|
means that the user took the necessary action on the alert. If the alert does not require user
|
|
action, resolved status means that the alert was read by the user.
|
|
|
|
*/
|
|
NSString *const Trading_MyMessagesAlertResolutionStatusCode_RESOLVED_BY_USER = @"ResolvedByUser";
|
|
|
|
/**
|
|
|
|
*/
|
|
NSString *const Trading_MyMessagesAlertResolutionStatusCode_CUSTOM_CODE = @"CustomCode";
|