Trading_BotBlockResponseType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_BotBlockResponseType.h Trading_BotBlockResponseType.m |
Tasks
-
botBlockToken
An encrypted token generated by eBay when the botblock
property
mechanism is triggered. This token is mapped to BotBlockUrl
and BotBlockAudioUrl. -
botBlockUrl
The URL of the image that your application should display to
property
the user for a botblock challenge. -
botBlockAudioUrl
The URL of the audio-clip that your application should provide for sight-impaired users.
property
The BotBlockAudioUrl audio-clip corresponds to the BotBlockUrl image. -
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_BotBlockResponseType.h
botBlockAudioUrl
The URL of the audio-clip that your application should provide for sight-impaired users.
The BotBlockAudioUrl audio-clip corresponds to the BotBlockUrl image.
@property (nonatomic, retain) NSString *botBlockAudioUrl
Discussion
The URL of the audio-clip that your application should provide for sight-impaired users.
The BotBlockAudioUrl audio-clip corresponds to the BotBlockUrl image.
type : NSString, wrapper for primitive string
Declared In
Trading_BotBlockResponseType.h
botBlockToken
An encrypted token generated by eBay when the botblock
mechanism is triggered. This token is mapped to BotBlockUrl
and BotBlockAudioUrl.
@property (nonatomic, retain) NSString *botBlockToken
Discussion
An encrypted token generated by eBay when the botblock
mechanism is triggered. This token is mapped to BotBlockUrl
and BotBlockAudioUrl.
type : NSString, wrapper for primitive string
Declared In
Trading_BotBlockResponseType.h
botBlockUrl
The URL of the image that your application should display to
the user for a botblock challenge.
@property (nonatomic, retain) NSString *botBlockUrl
Discussion
The URL of the image that your application should display to
the user for a botblock challenge.
type : NSString, wrapper for primitive string
Declared In
Trading_BotBlockResponseType.h