Trading_GetNotificationPreferencesResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetNotificationPreferencesResponseType.h Trading_GetNotificationPreferencesResponseType.m |
Overview
Contains the requesting application’s notification preferences.
GetNotificationPreferences retrieves preferences that you have
deliberately set. For example, if you enable the EndOfAuction event and
then later disable it, the response shows the EndOfAuction event
preference as Disabled. But if you have never set a preference for the
EndOfAuction event, no EndOfAuction preference is returned at all.
@ingroup EBayAPIInterface
Tasks
-
applicationDeliveryPreferencesSpecifies application-based event preferences that have been enabled.
property -
deliveryURLNameSpecifies application delivery URL Name associated with this user.
property -
userDeliveryPreferenceArraySpecifies user-based event preferences that have been enabled or disabled.
property -
userDataReturns user data for notification settings, such as set mobile phone.
property -
eventPropertyContains names and values assigned to a notification event.
property
Currently can only be set for wireless applications.
Properties
applicationDeliveryPreferences
Specifies application-based event preferences that have been enabled.
@property (nonatomic, retain) Trading_ApplicationDeliveryPreferencesType *applicationDeliveryPreferencesDiscussion
Specifies application-based event preferences that have been enabled.
type : class Trading_ApplicationDeliveryPreferencesType
Declared In
Trading_GetNotificationPreferencesResponseType.hdeliveryURLName
Specifies application delivery URL Name associated with this user.
@property (nonatomic, retain) NSString *deliveryURLNameDiscussion
Specifies application delivery URL Name associated with this user.
type : NSString, wrapper for primitive string
Declared In
Trading_GetNotificationPreferencesResponseType.heventProperty
Contains names and values assigned to a notification event.
Currently can only be set for wireless applications.
@property (nonatomic, retain) NSMutableArray *eventPropertyDiscussion
Contains names and values assigned to a notification event.
Currently can only be set for wireless applications.
entry type : class Trading_NotificationEventPropertyType
Declared In
Trading_GetNotificationPreferencesResponseType.huserData
Returns user data for notification settings, such as set mobile phone.
@property (nonatomic, retain) Trading_NotificationUserDataType *userDataDiscussion
Returns user data for notification settings, such as set mobile phone.
type : class Trading_NotificationUserDataType
Declared In
Trading_GetNotificationPreferencesResponseType.huserDeliveryPreferenceArray
Specifies user-based event preferences that have been enabled or disabled.
@property (nonatomic, retain) Trading_NotificationEnableArrayType *userDeliveryPreferenceArrayDiscussion
Specifies user-based event preferences that have been enabled or disabled.
type : class Trading_NotificationEnableArrayType
Declared In
Trading_GetNotificationPreferencesResponseType.h