52 lines
1.7 KiB
PHP
52 lines
1.7 KiB
PHP
<?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 AdAccountTargetingUnifiedAppStoreValues getInstance()
|
|
*/
|
|
class AdAccountTargetingUnifiedAppStoreValues 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_CHANNEL_STORE = 'roku_channel_store';
|
|
const UPTODOWN = 'uptodown';
|
|
const VIVO = 'vivo';
|
|
const WINDOWS_10_STORE = 'windows_10_store';
|
|
const WINDOWS_STORE = 'windows_store';
|
|
const XIAOMI = 'xiaomi';
|
|
}
|