namespace JustTrack
{
///
/// Defines integration types for AppLovin.
///
public enum AppLovinIntegrationType
{
///
/// Listen for specific ad events and forward ad revenue to the justtrack backend.
/// Required if you want to forward any user id to AppLovin.
///
MaxIntegration,
///
/// Listen for the AppLovin ad activity being visible and forward ad impressions to the justtrack backend.
///
SimpleIntegration,
}
}