Trading_NotificationStatisticsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_NotificationStatisticsType.h Trading_NotificationStatisticsType.m |
Overview
Summary information about notifications delivered, failed, errors, queued for
a given application ID and time period.
@ingroup EBayAPIInterface
Tasks
-
deliveredCount
Returns the number of notifications delivered successfully during the given
property
time period. -
queuedNewCount
Returns the number of new notifications that were queued during
property
the given time period. -
queuedPendingCount
Returns the number of pending notifications in the queue during
property
the given time period. -
expiredCount
Returns the number of notifications that permanently failed during
property
the given time period. -
errorCount
Returns the number of notifications for which there were delivery errors
property
during the given time period. -
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_NotificationStatisticsType.h
deliveredCount
Returns the number of notifications delivered successfully during the given
time period.
@property (nonatomic, retain) NSNumber *deliveredCount
Discussion
Returns the number of notifications delivered successfully during the given
time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.h
errorCount
Returns the number of notifications for which there were delivery errors
during the given time period.
@property (nonatomic, retain) NSNumber *errorCount
Discussion
Returns the number of notifications for which there were delivery errors
during the given time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.h
expiredCount
Returns the number of notifications that permanently failed during
the given time period.
@property (nonatomic, retain) NSNumber *expiredCount
Discussion
Returns the number of notifications that permanently failed during
the given time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.h
queuedNewCount
Returns the number of new notifications that were queued during
the given time period.
@property (nonatomic, retain) NSNumber *queuedNewCount
Discussion
Returns the number of new notifications that were queued during
the given time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.h
queuedPendingCount
Returns the number of pending notifications in the queue during
the given time period.
@property (nonatomic, retain) NSNumber *queuedPendingCount
Discussion
Returns the number of pending notifications in the queue during
the given time period.
type : NSNumber, wrapper for primitive int
Declared In
Trading_NotificationStatisticsType.h