Trading_GetNotificationPreferencesRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetNotificationPreferencesRequestType.h Trading_GetNotificationPreferencesRequestType.m |
Overview
Retrieves the requesting application’s notification preferences. Details are only returned for events for which a
preference has been set. For example, if you enabled notification for the EndOfAuction event and later disabled it,
the GetNotificationPreferences response would cite the EndOfAuction event preference as Disabled. Otherwise, no
details would be returned regarding EndOfAuction.
@ingroup EBayAPIInterface
Tasks
-
preferenceLevel
Specifies the type of preferences to retrieve. For example, preferences can be associated with a user, with
property
an application, or with events.
Properties
preferenceLevel
Specifies the type of preferences to retrieve. For example, preferences can be associated with a user, with
an application, or with events.
@property (nonatomic, retain) NSString *preferenceLevel
Discussion
Specifies the type of preferences to retrieve. For example, preferences can be associated with a user, with
an application, or with events.
type: string constant in Trading_NotificationRoleCodeType.h
Declared In
Trading_GetNotificationPreferencesRequestType.h