Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FlashFCMPublicIDs.h File Reference

This file contains the dictionary keys and GUIDs for all the required interfaces that help you access the services that the interface provides. More...

#include "FCMPreConfig.h"
#include "ApplicationFCMPublicIDs.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Namespaces

 Application
 Provides interfaces for 'Adobe Animate CC' Application.
 
 Application::Service
 Provides service interfaces for 'Adobe Animate CC' Application.
 

Macros

#define kFlashCategoryKey_DocType   "Flash.Component.Category.DocType"
 Doc type category key. The value for this key should be a dictionary that defines a document type. More...
 
#define kFlashCategoryKey_Publisher   "Flash.Component.Category.Publisher"
 Publisher category Key. The value for this key should be a dictionary that defines a publisher. More...
 
#define kFlashCategoryKey_Name   "Flash.Component.Category.Name"
 The name key of the category. The value for this key should have the name of the category of the component. A component may belong to many categories. Publisher and DocType are examples of categories. More...
 
#define kFlashCategoryKey_UniversalName   "Flash.Component.Category.UniversalName"
 The universal name key of the category. The value for this key should have the universal name of the category of the component. A component may belong to many categories. More...
 
#define kFlashDocTypeKey_Desc   "Flash.Component.DocType.Desc"
 DocType description key. The value for this key should have the description about the DocType. More...
 
#define kFlashPublisherKey_UI   "Flash.Component.Publisher.UI"
 The ui key of the Publisher. The value is the ID of the publish settings UI. More...
 
#define kFlashPublisherKey_TargetDocs   "Flash.Component.Publisher.TargetDocs"
 The target docs key of the Publisher. The value is a dictionary with keys as the target doc IDs supported by the Publisher. The values in the dictionary are ignored. More...
 

Detailed Description

This file contains the dictionary keys and GUIDs for all the required interfaces that help you access the services that the interface provides.

Deprecated:
This file is deprecated. Please use ApplicationFCMPublicIDs.h.

Macro Definition Documentation

#define kFlashCategoryKey_DocType   "Flash.Component.Category.DocType"

Doc type category key. The value for this key should be a dictionary that defines a document type.

Deprecated:
This macro is deprecated. Please use kApplicationCategoryKey_DocType.
#define kFlashCategoryKey_Name   "Flash.Component.Category.Name"

The name key of the category. The value for this key should have the name of the category of the component. A component may belong to many categories. Publisher and DocType are examples of categories.

Deprecated:
This macro is deprecated. Please use kApplicationCategoryKey_Name.
#define kFlashCategoryKey_Publisher   "Flash.Component.Category.Publisher"

Publisher category Key. The value for this key should be a dictionary that defines a publisher.

Deprecated:
This macro is deprecated. Please use kApplicationCategoryKey_Publisher.
#define kFlashCategoryKey_UniversalName   "Flash.Component.Category.UniversalName"

The universal name key of the category. The value for this key should have the universal name of the category of the component. A component may belong to many categories.

Deprecated:
This macro is deprecated. Please use kApplicationCategoryKey_UniversalName.
#define kFlashDocTypeKey_Desc   "Flash.Component.DocType.Desc"

DocType description key. The value for this key should have the description about the DocType.

Deprecated:
This macro is deprecated. Please use kApplicationDocTypeKey_Desc.
#define kFlashPublisherKey_TargetDocs   "Flash.Component.Publisher.TargetDocs"

The target docs key of the Publisher. The value is a dictionary with keys as the target doc IDs supported by the Publisher. The values in the dictionary are ignored.

Deprecated:
This macro is deprecated. Please use kApplicationPublisherKey_TargetDocs.
#define kFlashPublisherKey_UI   "Flash.Component.Publisher.UI"

The ui key of the Publisher. The value is the ID of the publish settings UI.

Deprecated:
This macro is deprecated. Please use kApplicationPublisherKey_UI.