View file File name : ContentDeliveryReportPositionValues.php Content :<?php /** * Copyright (c) 2015-present, Facebook, Inc. All rights reserved. * * You are hereby granted a non-exclusive, worldwide, royalty-free license to * use, copy, modify, and distribute this software in source code or binary * form for use in connection with the web services and APIs provided by * Facebook. * * As with any software that integrates with the Facebook platform, your use * of this software is subject to the Facebook Developer Principles and * Policies [http://developers.facebook.com/policy/]. This copyright notice * shall be included in all copies or substantial portions of the software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * */ namespace PYS_PRO_GLOBAL\PYS_PRO_GLOBAL\FacebookAds\Object\Values; use PYS_PRO_GLOBAL\PYS_PRO_GLOBAL\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 ContentDeliveryReportPositionValues getInstance() */ class ContentDeliveryReportPositionValues extends \PYS_PRO_GLOBAL\PYS_PRO_GLOBAL\FacebookAds\Enum\AbstractEnum { const ALL_PLACEMENTS = 'ALL_PLACEMENTS'; const AN_CLASSIC = 'AN_CLASSIC'; const BIZ_DISCO_FEED = 'BIZ_DISCO_FEED'; const FACEBOOK_GROUPS_FEED = 'FACEBOOK_GROUPS_FEED'; const FACEBOOK_REELS = 'FACEBOOK_REELS'; const FACEBOOK_REELS_OVERLAY = 'FACEBOOK_REELS_OVERLAY'; const FACEBOOK_STORIES = 'FACEBOOK_STORIES'; const FEED = 'FEED'; const GROUPS = 'GROUPS'; const HIDDEN_AAA = 'HIDDEN_AAA'; const INSTAGRAM_EXPLORE = 'INSTAGRAM_EXPLORE'; const INSTAGRAM_IGTV = 'INSTAGRAM_IGTV'; const INSTAGRAM_REELS = 'INSTAGRAM_REELS'; const INSTAGRAM_REELS_OVERLAY = 'INSTAGRAM_REELS_OVERLAY'; const INSTAGRAM_SHOP = 'INSTAGRAM_SHOP'; const INSTAGRAM_STORIES = 'INSTAGRAM_STORIES'; const INSTANT_ARTICLE = 'INSTANT_ARTICLE'; const INSTREAM_VIDEO = 'INSTREAM_VIDEO'; const JOBS_BROWSER = 'JOBS_BROWSER'; const MARKETPLACE = 'MARKETPLACE'; const MESSENGER_INBOX = 'MESSENGER_INBOX'; const MESSENGER_STORIES = 'MESSENGER_STORIES'; const OCULUS_REWARDED_VIDEO = 'OCULUS_REWARDED_VIDEO'; const OCULUS_TWILIGHT_DEVELOPER_UPDATE = 'OCULUS_TWILIGHT_DEVELOPER_UPDATE'; const OCULUS_TWILIGHT_FEED = 'OCULUS_TWILIGHT_FEED'; const OCULUS_TWILIGHT_FEED_SPOTLIGHT = 'OCULUS_TWILIGHT_FEED_SPOTLIGHT'; const OCULUS_TWILIGHT_SEARCH = 'OCULUS_TWILIGHT_SEARCH'; const OCULUS_TWILIGHT_SEARCH_NULL_STATE = 'OCULUS_TWILIGHT_SEARCH_NULL_STATE'; const OCULUS_VR_APPS = 'OCULUS_VR_APPS'; const OTHERS = 'OTHERS'; const REWARDED_VIDEO = 'REWARDED_VIDEO'; const RIGHT_HAND_COLUMN = 'RIGHT_HAND_COLUMN'; const SEARCH = 'SEARCH'; const STATUS = 'STATUS'; const STICKERS = 'STICKERS'; const SUGGESTED_VIDEO = 'SUGGESTED_VIDEO'; const UNKNOWN = 'UNKNOWN'; const VIDEO_FEEDS = 'VIDEO_FEEDS'; }