|
MIP SDK — C 1.18
API Reference Documentation for C
|
Represents the current state of the application as it performs a label-related operation. More...
#include <mip_cc/upe/application_action_state_cc.h>
Public Attributes | |
| mip_cc_label_action_state | actionState |
| mip_cc_label | newLabel |
| mip_cc_dictionary | newLabelExtendedProperties |
| mip_cc_label_assignment_method | newLabelAssignmentMethod |
| bool | isDowngradeJustified |
| const char * | downgradeJustification |
| mip_cc_label_action_type | supportedActions |
Represents the current state of the application as it performs a label-related operation.
| mip_cc_label_action_state mip_cc_application_action_state::actionState |
Describes if/how an application is attempting to change label state.
| const char* mip_cc_application_action_state::downgradeJustification |
If 'actionType' is 'UPDATE': Label downgrade justification text provided by user.
| bool mip_cc_application_action_state::isDowngradeJustified |
If 'actionType' is 'UPDATE': Whether or not a label downgrade has been justified by user.
| mip_cc_label mip_cc_application_action_state::newLabel |
If 'actionType' is 'UPDATE': New label.
| mip_cc_label_assignment_method mip_cc_application_action_state::newLabelAssignmentMethod |
If 'actionType' is 'UPDATE': The method of assignment of the new label.
| mip_cc_dictionary mip_cc_application_action_state::newLabelExtendedProperties |
If 'actionType' is 'UPDATE': Additional properties to be written to metadata.
| mip_cc_label_action_type mip_cc_application_action_state::supportedActions |
Enum mask describing the label-related actions an application is able to perform.