Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_NotificationUserDataType.h
Trading_NotificationUserDataType.m

Overview

User data related to notifications.

@ingroup EBayAPIInterface

Tasks

  •   smsSubscription

    User data related to SMS notifications. SMS is currently reserved for future use.

    property
  •   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
  •   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
  •   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