AgentSDKAppCatalog.h
IntroductionUse the links in the table of contents to the left to access the documentation. Classes
ProtocolsConstants
AppInstallStateInstalledextern const NSString* AppInstallStateInstalled; DiscussionPredefined NSString* type denoting the app is installed.
AppInstallStateInstallingextern const NSString* AppInstallStateInstalling; DiscussionPredefined NSString* type denoting the app is installing.
AppInstallStateNotInstalledextern const NSString* AppInstallStateNotInstalled; DiscussionPredefined NSString* type denoting the app is not installed.
AppInstallStateOutOfDateextern const NSString* AppInstallStateOutOfDate; DiscussionPredefined NSString* type denoting the app is out of date.
AppPurchaseTypeFreeextern const NSString* AppPurchaseTypeFree; DiscussionPredefined NSString* type denoting the app is free.
AppPurchaseTypePaidextern const NSString* AppPurchaseTypePaid; DiscussionPredefined NSString* type denoting the app must be paid for.
AppPurchaseTypePrepaidextern const NSString* AppPurchaseTypePrepaid; DiscussionPredefined NSString* type denoting the app has been prepaid for.
AppTypeConsumerextern const NSString* AppTypeConsumer; DiscussionPredefined NSString* type denoting a consumer app from the App Store.
AppTypeEnterpriseextern const NSString* AppTypeEnterprise; DiscussionPredefined NSString* type denoting an enterprise app.
|