<?php
 /*
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 * All rights reserved.
 *
 * This source code is licensed under the license found in the
 * LICENSE file in the root directory of this source tree.
 */

namespace FacebookPixelPlugin\FacebookAds\Object\Values;

use FacebookPixelPlugin\FacebookAds\Enum\AbstractEnum;

/**
 * This class is auto-generated.
 *
 * For any issues or feature requests related to this class, please let us know
 * on github and we'll fix in our codegen framework. We'll not be able to accept
 * pull request for this class.
 *
 * @method static AdAccountMatchedSearchApplicationsEdgeDataAppStoreValues getInstance()
 */
class AdAccountMatchedSearchApplicationsEdgeDataAppStoreValues extends AbstractEnum {

  const AMAZON_APP_STORE = 'AMAZON_APP_STORE';
  const APK_MIRROR = 'APK_MIRROR';
  const APK_MONK = 'APK_MONK';
  const APK_PURE = 'APK_PURE';
  const APTOIDE_A1_STORE = 'APTOIDE_A1_STORE';
  const BEMOBI_MOBILE_STORE = 'BEMOBI_MOBILE_STORE';
  const DIGITAL_TURBINE_STORE = 'DIGITAL_TURBINE_STORE';
  const DOES_NOT_EXIST = 'DOES_NOT_EXIST';
  const FB_ANDROID_STORE = 'FB_ANDROID_STORE';
  const FB_CANVAS = 'FB_CANVAS';
  const FB_GAMEROOM = 'FB_GAMEROOM';
  const GALAXY_STORE = 'GALAXY_STORE';
  const GOOGLE_PLAY = 'GOOGLE_PLAY';
  const INSTANT_GAME = 'INSTANT_GAME';
  const ITUNES = 'ITUNES';
  const ITUNES_IPAD = 'ITUNES_IPAD';
  const NEON_ANDROID_STORE = 'NEON_ANDROID_STORE';
  const NONE = 'NONE';
  const OCULUS_APP_STORE = 'OCULUS_APP_STORE';
  const OPPO = 'OPPO';
  const ROKU_STORE = 'ROKU_STORE';
  const UPTODOWN = 'UPTODOWN';
  const VIVO = 'VIVO';
  const WINDOWS_10_STORE = 'WINDOWS_10_STORE';
  const WINDOWS_STORE = 'WINDOWS_STORE';
  const XIAOMI = 'XIAOMI';
}
