DLL export prefix for API functions (necessary for multi-platform development)
Arnold String allows for fast string comparisons.
Definition: ai_string.h:46
AI_API AtString AiErrorReportingGetAutosendEmail()
Retrieves the email address assigned for automatically sending error reports.
Definition: ai_error_reporting.cpp:58
AI_API void AiErrorReportingSetAutosendEmail(AtString email)
Assign an email address for automatically sending error reports.
Definition: ai_error_reporting.cpp:46
AI_API bool AiErrorReportingGetEnabled()
Get the current configuration of Customer Error Reporting (CER)
Definition: ai_error_reporting.cpp:30
AI_API void AiErrorReportingSetEnabled(bool value)
Configure the usage of Customer Error Reporting (CER)
Definition: ai_error_reporting.cpp:15