Share

ADUI_MODAL_STATE Enumeration

C++

typedef enum {
  kAdUiModal_Begun = 1,
  kAdUiModal_Ended
} ADUI_MODAL_STATE;

File

aduiMessage.h

Members

Members Description
kAdUiModal_Begun Notifies that modal dialog is started.
kAdUiModal_Ended Notifies that modal dialog has ended.

Description

Notifies the state of a modal.

Was this information helpful?