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

Overview

Container of token and image URL and Audio URL.

@ingroup EBayAPIInterface

Tasks

  •   botBlockToken

    An encrypted token generated by eBay when the botblock
    mechanism is triggered. This token is mapped to BotBlockUrl
    and BotBlockAudioUrl.

    property
  •   botBlockUrl

    The URL of the image that your application should display to
    the user for a botblock challenge.

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