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

  const ADD_TO_CART = 'ADD_TO_CART';
  const APPLY_NOW = 'APPLY_NOW';
  const ASK_ABOUT_SERVICES = 'ASK_ABOUT_SERVICES';
  const ASK_FOR_MORE_INFO = 'ASK_FOR_MORE_INFO';
  const AUDIO_CALL = 'AUDIO_CALL';
  const BOOK_A_CONSULTATION = 'BOOK_A_CONSULTATION';
  const BOOK_NOW = 'BOOK_NOW';
  const BOOK_TRAVEL = 'BOOK_TRAVEL';
  const BROWSE_SHOP = 'BROWSE_SHOP';
  const BUY = 'BUY';
  const BUY_NOW = 'BUY_NOW';
  const BUY_TICKETS = 'BUY_TICKETS';
  const BUY_VIA_MESSAGE = 'BUY_VIA_MESSAGE';
  const CALL = 'CALL';
  const CALL_ME = 'CALL_ME';
  const CALL_NOW = 'CALL_NOW';
  const CHAT_WITH_US = 'CHAT_WITH_US';
  const CONFIRM = 'CONFIRM';
  const CONTACT = 'CONTACT';
  const CONTACT_US = 'CONTACT_US';
  const DONATE = 'DONATE';
  const DONATE_NOW = 'DONATE_NOW';
  const DOWNLOAD = 'DOWNLOAD';
  const EVENT_RSVP = 'EVENT_RSVP';
  const FIND_A_GROUP = 'FIND_A_GROUP';
  const FIND_OUT_MORE = 'FIND_OUT_MORE';
  const FIND_YOUR_GROUPS = 'FIND_YOUR_GROUPS';
  const FOLLOW_NEWS_STORYLINE = 'FOLLOW_NEWS_STORYLINE';
  const FOLLOW_PAGE = 'FOLLOW_PAGE';
  const FOLLOW_USER = 'FOLLOW_USER';
  const GET_A_QUOTE = 'GET_A_QUOTE';
  const GET_DETAILS = 'GET_DETAILS';
  const GET_DIRECTIONS = 'GET_DIRECTIONS';
  const GET_IN_TOUCH = 'GET_IN_TOUCH';
  const GET_OFFER = 'GET_OFFER';
  const GET_OFFER_VIEW = 'GET_OFFER_VIEW';
  const GET_PROMOTIONS = 'GET_PROMOTIONS';
  const GET_QUOTE = 'GET_QUOTE';
  const GET_SHOWTIMES = 'GET_SHOWTIMES';
  const GET_STARTED = 'GET_STARTED';
  const INQUIRE_NOW = 'INQUIRE_NOW';
  const INSTALL_APP = 'INSTALL_APP';
  const INSTALL_MOBILE_APP = 'INSTALL_MOBILE_APP';
  const JOIN_CHANNEL = 'JOIN_CHANNEL';
  const LEARN_MORE = 'LEARN_MORE';
  const LIKE_PAGE = 'LIKE_PAGE';
  const LISTEN_MUSIC = 'LISTEN_MUSIC';
  const LISTEN_NOW = 'LISTEN_NOW';
  const MAKE_AN_APPOINTMENT = 'MAKE_AN_APPOINTMENT';
  const MESSAGE_PAGE = 'MESSAGE_PAGE';
  const MOBILE_DOWNLOAD = 'MOBILE_DOWNLOAD';
  const NO_BUTTON = 'NO_BUTTON';
  const OPEN_INSTANT_APP = 'OPEN_INSTANT_APP';
  const OPEN_LINK = 'OPEN_LINK';
  const ORDER_NOW = 'ORDER_NOW';
  const PAY_TO_ACCESS = 'PAY_TO_ACCESS';
  const PLAY_GAME = 'PLAY_GAME';
  const PLAY_GAME_ON_FACEBOOK = 'PLAY_GAME_ON_FACEBOOK';
  const PURCHASE_GIFT_CARDS = 'PURCHASE_GIFT_CARDS';
  const RAISE_MONEY = 'RAISE_MONEY';
  const RECORD_NOW = 'RECORD_NOW';
  const REFER_FRIENDS = 'REFER_FRIENDS';
  const REQUEST_TIME = 'REQUEST_TIME';
  const SAY_THANKS = 'SAY_THANKS';
  const SEE_MORE = 'SEE_MORE';
  const SEE_SHOP = 'SEE_SHOP';
  const SELL_NOW = 'SELL_NOW';
  const SEND_A_GIFT = 'SEND_A_GIFT';
  const SEND_GIFT_MONEY = 'SEND_GIFT_MONEY';
  const SEND_UPDATES = 'SEND_UPDATES';
  const SHARE = 'SHARE';
  const SHOP_NOW = 'SHOP_NOW';
  const SHOP_WITH_AI = 'SHOP_WITH_AI';
  const SIGN_UP = 'SIGN_UP';
  const SOTTO_SUBSCRIBE = 'SOTTO_SUBSCRIBE';
  const START_ORDER = 'START_ORDER';
  const SUBSCRIBE = 'SUBSCRIBE';
  const SWIPE_UP_PRODUCT = 'SWIPE_UP_PRODUCT';
  const SWIPE_UP_SHOP = 'SWIPE_UP_SHOP';
  const TRY_DEMO = 'TRY_DEMO';
  const TRY_ON_WITH_AI = 'TRY_ON_WITH_AI';
  const UPDATE_APP = 'UPDATE_APP';
  const USE_APP = 'USE_APP';
  const USE_MOBILE_APP = 'USE_MOBILE_APP';
  const VIDEO_ANNOTATION = 'VIDEO_ANNOTATION';
  const VIDEO_CALL = 'VIDEO_CALL';
  const VIEW_CART = 'VIEW_CART';
  const VIEW_CHANNEL = 'VIEW_CHANNEL';
  const VIEW_IN_CART = 'VIEW_IN_CART';
  const VIEW_PRODUCT = 'VIEW_PRODUCT';
  const VISIT_PAGES_FEED = 'VISIT_PAGES_FEED';
  const VISIT_WEBSITE = 'VISIT_WEBSITE';
  const WATCH_LIVE_VIDEO = 'WATCH_LIVE_VIDEO';
  const WATCH_MORE = 'WATCH_MORE';
  const WATCH_VIDEO = 'WATCH_VIDEO';
  const WHATSAPP_MESSAGE = 'WHATSAPP_MESSAGE';
  const WOODHENGE_SUPPORT = 'WOODHENGE_SUPPORT';
}
