403Webshell
Server IP : 138.197.107.151  /  Your IP : 216.73.217.7
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User : wpbetasites_mrakzqskir ( 1022)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/silversharkdev/vendor/google/apiclient-services/src/PlayIntegrity/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/silversharkdev/vendor/google/apiclient-services/src/PlayIntegrity/AccountDetails.php
<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

namespace Google\Service\PlayIntegrity;

class AccountDetails extends \Google\Model
{
  /**
   * Play does not have sufficient information to evaluate licensing details
   */
  public const APP_LICENSING_VERDICT_UNKNOWN = 'UNKNOWN';
  /**
   * The user has a valid license to use the app.
   */
  public const APP_LICENSING_VERDICT_LICENSED = 'LICENSED';
  /**
   * The user does not have a valid license to use the app.
   */
  public const APP_LICENSING_VERDICT_UNLICENSED = 'UNLICENSED';
  /**
   * Licensing details were not evaluated since a necessary requirement was
   * missed. For example DeviceIntegrity did not meet the minimum bar or the
   * application was not a known Play version.
   */
  public const APP_LICENSING_VERDICT_UNEVALUATED = 'UNEVALUATED';
  protected $accountActivityType = AccountActivity::class;
  protected $accountActivityDataType = '';
  /**
   * Required. Details about the licensing status of the user for the app in the
   * scope.
   *
   * @var string
   */
  public $appLicensingVerdict;

  /**
   * (Restricted Access) Details about the account activity for the user in the
   * scope.
   *
   * @deprecated
   * @param AccountActivity $accountActivity
   */
  public function setAccountActivity(AccountActivity $accountActivity)
  {
    $this->accountActivity = $accountActivity;
  }
  /**
   * @deprecated
   * @return AccountActivity
   */
  public function getAccountActivity()
  {
    return $this->accountActivity;
  }
  /**
   * Required. Details about the licensing status of the user for the app in the
   * scope.
   *
   * Accepted values: UNKNOWN, LICENSED, UNLICENSED, UNEVALUATED
   *
   * @param self::APP_LICENSING_VERDICT_* $appLicensingVerdict
   */
  public function setAppLicensingVerdict($appLicensingVerdict)
  {
    $this->appLicensingVerdict = $appLicensingVerdict;
  }
  /**
   * @return self::APP_LICENSING_VERDICT_*
   */
  public function getAppLicensingVerdict()
  {
    return $this->appLicensingVerdict;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AccountDetails::class, 'Google_Service_PlayIntegrity_AccountDetails');

Youez - 2016 - github.com/yon3zu
LinuXploit