Share

ADUI_COMMAND_STATE

C++

typedef enum {
  kAdUiCommand_Cancelled = -1,
  kAdUiCommand_Completed,
  kAdUiCommand_Begun
} ADUI_COMMAND_STATE;

File

aduiMessage.h

Description

Was this information helpful?