Trading_NotificationUserDataType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_NotificationUserDataType.h Trading_NotificationUserDataType.m |
Tasks
-
smsSubscriptionUser data related to SMS notifications. SMS is currently reserved for future use.
property -
summaryScheduleUser account activity summary alert delivery schedule.
property
Returned if PreferenceLevel is set to UserData in
GetNotificationPreferences.
See “Working with Platform Notifications” for instructions on
“Informational Alerts”. -
externalUserDataAn application subscribing to notifications can include an XML-compliant
property
string, not to exceed 256 characters, which will be returned in the
notification payload. The string can contain user-specific information to
identify a particular user. Any sensitive information should be passed with due
caution and proper encryption. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_NotificationUserDataType.hexternalUserData
An application subscribing to notifications can include an XML-compliant
string, not to exceed 256 characters, which will be returned in the
notification payload. The string can contain user-specific information to
identify a particular user. Any sensitive information should be passed with due
caution and proper encryption.
@property (nonatomic, retain) NSString *externalUserDataDiscussion
An application subscribing to notifications can include an XML-compliant
string, not to exceed 256 characters, which will be returned in the
notification payload. The string can contain user-specific information to
identify a particular user. Any sensitive information should be passed with due
caution and proper encryption.
type : NSString, wrapper for primitive string
Declared In
Trading_NotificationUserDataType.hsmsSubscription
User data related to SMS notifications. SMS is currently reserved for future use.
@property (nonatomic, retain) Trading_SMSSubscriptionType *smsSubscriptionDiscussion
User data related to SMS notifications. SMS is currently reserved for future use.
type : class Trading_SMSSubscriptionType
Declared In
Trading_NotificationUserDataType.hsummarySchedule
User account activity summary alert delivery schedule.
Returned if PreferenceLevel is set to UserData in
GetNotificationPreferences.
See “Working with Platform Notifications” for instructions on
“Informational Alerts”.
@property (nonatomic, retain) NSMutableArray *summaryScheduleDiscussion
User account activity summary alert delivery schedule.
Returned if PreferenceLevel is set to UserData in
GetNotificationPreferences.
See “Working with Platform Notifications” for instructions on
“Informational Alerts”.
entry type : class Trading_SummaryEventScheduleType
Declared In
Trading_NotificationUserDataType.h