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
-
applicationDeliveryPreferences
Specifies 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). -
userDeliveryPreferenceArray
Specifies events and whether or not they are enabled.
property -
userData
Specifies user data for notification settings, such as mobile phone number.
property -
eventProperty
Characteristics or details of an event such as type, name and value.
property
Currently can only be set for wireless applications. -
deliveryURLName
Specifies 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 *applicationDeliveryPreferences
Discussion
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.h
deliveryURLName
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 *deliveryURLName
Discussion
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.h
eventProperty
Characteristics or details of an event such as type, name and value.
Currently can only be set for wireless applications.
@property (nonatomic, retain) NSMutableArray *eventProperty
Discussion
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.h
userData
Specifies user data for notification settings, such as mobile phone number.
@property (nonatomic, retain) Trading_NotificationUserDataType *userData
Discussion
Specifies user data for notification settings, such as mobile phone number.
type : class Trading_NotificationUserDataType
Declared In
Trading_SetNotificationPreferencesRequestType.h
userDeliveryPreferenceArray
Specifies events and whether or not they are enabled.
@property (nonatomic, retain) Trading_NotificationEnableArrayType *userDeliveryPreferenceArray
Discussion
Specifies events and whether or not they are enabled.
type : class Trading_NotificationEnableArrayType
Declared In
Trading_SetNotificationPreferencesRequestType.h