AgentSDKAppCatalog

Superclass:
NSObject
Declared In:

Introduction

This is the Application Catalog returned from the server. Use AgentSDKAppCatalogRequest to fetch this object.

Notes:

  1. These property names *must* exactly match the JSON name from server.

  2. The property types must also match the JSON to Objective C mapping for JSONKit library, except that NSNulls are mapped to nils.



Properties

Apps
AppStoreDisabled
BannerURL
Product
Result

Apps


@property(nonatomic,
    retain) NSArray *Apps; 
Discussion

List of Agent SDKAppCatalogueApplication objects. This will be nil/empty if there are no applications.


AppStoreDisabled


@property(nonatomic,
    retain) NSString *AppStoreDisabled; 

BannerURL


@property(nonatomic,
    retain) NSString *BannerURL; 
Discussion

The URL of the banner.

Availability
v11-v12

Product


@property(nonatomic,
    retain) NSString *Product; 

Result


@property(nonatomic,
    retain) NSNumber *Result; 
Discussion

The result of an AppCatalog request from the server. If less than zero, other properties in this class will be nil or empty.

Availability
v11