enum CCL::EULAComponent::AgreementType

Overview

#include <eulacomponent.h>

enum AgreementType
{
    kEULA,
    kTOS,
    kCustom,
};

Detailed Documentation

Enum Values

kEULA

“End User License Agreement”

kTOS

“Terms of Service”

kCustom

A custom title is provided.