using System;
namespace BigoAds.Scripts.Api.Constant
{
[Serializable]
public enum ConsentOptions
GDPR,
CCPA,
LGPD,
COPPA
}