AgentSDKAppCatalog
IntroductionThis is the Application Catalog returned from the server. Use AgentSDKAppCatalogRequest to fetch this object. Notes:
PropertiesApps@property(nonatomic, retain) NSArray *Apps; DiscussionList 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; DiscussionThe URL of the banner.
Product@property(nonatomic, retain) NSString *Product; Result@property(nonatomic, retain) NSNumber *Result; DiscussionThe result of an AppCatalog request from the server. If less than zero, other properties in this class will be nil or empty.
|