Trading_NotificationUserDataType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_NotificationUserDataType.h Trading_NotificationUserDataType.m |
Tasks
-
smsSubscription
User data related to SMS notifications. SMS is currently reserved for future use.
property -
summarySchedule
User 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”. -
externalUserData
An 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_NotificationUserDataType.h
externalUserData
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 *externalUserData
Discussion
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.h
smsSubscription
User data related to SMS notifications. SMS is currently reserved for future use.
@property (nonatomic, retain) Trading_SMSSubscriptionType *smsSubscription
Discussion
User data related to SMS notifications. SMS is currently reserved for future use.
type : class Trading_SMSSubscriptionType
Declared In
Trading_NotificationUserDataType.h
summarySchedule
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 *summarySchedule
Discussion
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