AgentSDKAppCatalog.h

Includes:
<UIKit/UIKit.h>

Introduction

Use the links in the table of contents to the left to access the documentation.



Classes

AgentSDKAppCatalog
AgentSDKAppCatalogApplication
AgentSDKAppCatalogRequest
AgentSDKAppConfigURIData
AppCatalogInstallStatus

Protocols

AgentSDKAppCatalogRequestProtocol


Constants

AppInstallStateInstalled
AppInstallStateInstalling
AppInstallStateNotInstalled
AppInstallStateOutOfDate
AppPurchaseTypeFree
AppPurchaseTypePaid
AppPurchaseTypePrepaid
AppTypeConsumer
AppTypeEnterprise

AppInstallStateInstalled


extern const NSString* AppInstallStateInstalled;  
Discussion

Predefined NSString* type denoting the app is installed.

Availability
v11

AppInstallStateInstalling


extern const NSString* AppInstallStateInstalling;  
Discussion

Predefined NSString* type denoting the app is installing.

Availability
v11

AppInstallStateNotInstalled


extern const NSString* AppInstallStateNotInstalled;  
Discussion

Predefined NSString* type denoting the app is not installed.

Availability
v11

AppInstallStateOutOfDate


extern const NSString* AppInstallStateOutOfDate;  
Discussion

Predefined NSString* type denoting the app is out of date.

Availability
v11

AppPurchaseTypeFree


extern const NSString* AppPurchaseTypeFree;  
Discussion

Predefined NSString* type denoting the app is free.

Availability
v11

AppPurchaseTypePaid


extern const NSString* AppPurchaseTypePaid;  
Discussion

Predefined NSString* type denoting the app must be paid for.

Availability
v11

AppPurchaseTypePrepaid


extern const NSString* AppPurchaseTypePrepaid;  
Discussion

Predefined NSString* type denoting the app has been prepaid for.

Availability
v11

AppTypeConsumer


extern const NSString* AppTypeConsumer;  
Discussion

Predefined NSString* type denoting a consumer app from the App Store.

Availability
v11

AppTypeEnterprise


extern const NSString* AppTypeEnterprise;  
Discussion

Predefined NSString* type denoting an enterprise app.

Availability
v11