Trading_SetNotificationPreferencesRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_SetNotificationPreferencesRequestType.h Trading_SetNotificationPreferencesRequestType.m |
Overview
Manages notification and alert preferences for applications and users.
@ingroup EBayAPIInterface
Tasks
-
applicationDeliveryPreferencesSpecifies application-level event preferences that have been enabled,
property
including the URL to which notifications should be delivered and whether
notifications should be enabled or disabled (although the
UserDeliveryPreferenceArray input property specifies specific
notification subscriptions). -
userDeliveryPreferenceArraySpecifies events and whether or not they are enabled.
property -
userDataSpecifies user data for notification settings, such as mobile phone number.
property -
eventPropertyCharacteristics or details of an event such as type, name and value.
property
Currently can only be set for wireless applications. -
deliveryURLNameSpecifies up to 25 ApplicationDeliveryPreferences.DeliveryURLDetails.DeliveryURLName
property
to associate with a user token sent in a SetNotificationPreferences request. To
specify multiple DeliveryURLNames, create separate instances of
ApplicationDeliveryPreferences.DeliveryURLDetails.DeliveryURLName, and then enable
up to 25 DeliveryURLNames by including them in comma-separated format in this field.
Properties
applicationDeliveryPreferences
Specifies application-level event preferences that have been enabled,
including the URL to which notifications should be delivered and whether
notifications should be enabled or disabled (although the
UserDeliveryPreferenceArray input property specifies specific
notification subscriptions).
@property (nonatomic, retain) Trading_ApplicationDeliveryPreferencesType *applicationDeliveryPreferencesDiscussion
Specifies application-level event preferences that have been enabled,
including the URL to which notifications should be delivered and whether
notifications should be enabled or disabled (although the
UserDeliveryPreferenceArray input property specifies specific
notification subscriptions).
type : class Trading_ApplicationDeliveryPreferencesType
Declared In
Trading_SetNotificationPreferencesRequestType.hdeliveryURLName
Specifies up to 25 ApplicationDeliveryPreferences.DeliveryURLDetails.DeliveryURLName
to associate with a user token sent in a SetNotificationPreferences request. To
specify multiple DeliveryURLNames, create separate instances of
ApplicationDeliveryPreferences.DeliveryURLDetails.DeliveryURLName, and then enable
up to 25 DeliveryURLNames by including them in comma-separated format in this field.
@property (nonatomic, retain) NSString *deliveryURLNameDiscussion
Specifies up to 25 ApplicationDeliveryPreferences.DeliveryURLDetails.DeliveryURLName
to associate with a user token sent in a SetNotificationPreferences request. To
specify multiple DeliveryURLNames, create separate instances of
ApplicationDeliveryPreferences.DeliveryURLDetails.DeliveryURLName, and then enable
up to 25 DeliveryURLNames by including them in comma-separated format in this field.
type : NSString, wrapper for primitive string
Declared In
Trading_SetNotificationPreferencesRequestType.heventProperty
Characteristics or details of an event such as type, name and value.
Currently can only be set for wireless applications.
@property (nonatomic, retain) NSMutableArray *eventPropertyDiscussion
Characteristics or details of an event such as type, name and value.
Currently can only be set for wireless applications.
entry type : class Trading_NotificationEventPropertyType
Declared In
Trading_SetNotificationPreferencesRequestType.huserData
Specifies user data for notification settings, such as mobile phone number.
@property (nonatomic, retain) Trading_NotificationUserDataType *userDataDiscussion
Specifies user data for notification settings, such as mobile phone number.
type : class Trading_NotificationUserDataType
Declared In
Trading_SetNotificationPreferencesRequestType.huserDeliveryPreferenceArray
Specifies events and whether or not they are enabled.
@property (nonatomic, retain) Trading_NotificationEnableArrayType *userDeliveryPreferenceArrayDiscussion
Specifies events and whether or not they are enabled.
type : class Trading_NotificationEnableArrayType
Declared In
Trading_SetNotificationPreferencesRequestType.h