<?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 AdSetDestinationTypeValues getInstance()
 */
class AdSetDestinationTypeValues extends AbstractEnum {

  const APP = 'APP';
  const APPLINKS_AUTOMATIC = 'APPLINKS_AUTOMATIC';
  const FACEBOOK = 'FACEBOOK';
  const FACEBOOK_LIVE = 'FACEBOOK_LIVE';
  const FACEBOOK_PAGE = 'FACEBOOK_PAGE';
  const IMAGINE = 'IMAGINE';
  const INSTAGRAM_DIRECT = 'INSTAGRAM_DIRECT';
  const INSTAGRAM_LIVE = 'INSTAGRAM_LIVE';
  const INSTAGRAM_PROFILE = 'INSTAGRAM_PROFILE';
  const INSTAGRAM_PROFILE_AND_FACEBOOK_PAGE = 'INSTAGRAM_PROFILE_AND_FACEBOOK_PAGE';
  const MESSAGING_INSTAGRAM_DIRECT_MESSENGER = 'MESSAGING_INSTAGRAM_DIRECT_MESSENGER';
  const MESSAGING_INSTAGRAM_DIRECT_MESSENGER_WHATSAPP = 'MESSAGING_INSTAGRAM_DIRECT_MESSENGER_WHATSAPP';
  const MESSAGING_INSTAGRAM_DIRECT_WHATSAPP = 'MESSAGING_INSTAGRAM_DIRECT_WHATSAPP';
  const MESSAGING_MESSENGER_WHATSAPP = 'MESSAGING_MESSENGER_WHATSAPP';
  const MESSENGER = 'MESSENGER';
  const ON_AD = 'ON_AD';
  const ON_EVENT = 'ON_EVENT';
  const ON_PAGE = 'ON_PAGE';
  const ON_POST = 'ON_POST';
  const ON_VIDEO = 'ON_VIDEO';
  const SHOP_AUTOMATIC = 'SHOP_AUTOMATIC';
  const WEBSITE = 'WEBSITE';
  const WHATSAPP = 'WHATSAPP';
}
