Trading_BotBlockResponseType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_BotBlockResponseType.h Trading_BotBlockResponseType.m |
Tasks
-
botBlockTokenAn encrypted token generated by eBay when the botblock
property
mechanism is triggered. This token is mapped to BotBlockUrl
and BotBlockAudioUrl. -
botBlockUrlThe URL of the image that your application should display to
property
the user for a botblock challenge. -
botBlockAudioUrlThe 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BotBlockResponseType.hbotBlockAudioUrl
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 *botBlockAudioUrlDiscussion
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.hbotBlockToken
An encrypted token generated by eBay when the botblock
mechanism is triggered. This token is mapped to BotBlockUrl
and BotBlockAudioUrl.
@property (nonatomic, retain) NSString *botBlockTokenDiscussion
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.hbotBlockUrl
The URL of the image that your application should display to
the user for a botblock challenge.
@property (nonatomic, retain) NSString *botBlockUrlDiscussion
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