!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/   drwxr-xr-x
Free 12.95 GB of 57.97 GB (22.34%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     AndroidNotification.php (5.53 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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.
 */

class Google_Service_FirebaseCloudMessaging_AndroidNotification extends Google_Collection
{
  protected 
$collection_key 'vibrateTimings';
  public 
$body;
  public 
$bodyLocArgs;
  public 
$bodyLocKey;
  public 
$channelId;
  public 
$clickAction;
  public 
$color;
  public 
$defaultLightSettings;
  public 
$defaultSound;
  public 
$defaultVibrateTimings;
  public 
$eventTime;
  public 
$icon;
  public 
$image;
  protected 
$lightSettingsType 'Google_Service_FirebaseCloudMessaging_LightSettings';
  protected 
$lightSettingsDataType '';
  public 
$localOnly;
  public 
$notificationCount;
  public 
$notificationPriority;
  public 
$sound;
  public 
$sticky;
  public 
$tag;
  public 
$ticker;
  public 
$title;
  public 
$titleLocArgs;
  public 
$titleLocKey;
  public 
$vibrateTimings;
  public 
$visibility;

  public function 
setBody($body)
  {
    
$this->body $body;
  }
  public function 
getBody()
  {
    return 
$this->body;
  }
  public function 
setBodyLocArgs($bodyLocArgs)
  {
    
$this->bodyLocArgs $bodyLocArgs;
  }
  public function 
getBodyLocArgs()
  {
    return 
$this->bodyLocArgs;
  }
  public function 
setBodyLocKey($bodyLocKey)
  {
    
$this->bodyLocKey $bodyLocKey;
  }
  public function 
getBodyLocKey()
  {
    return 
$this->bodyLocKey;
  }
  public function 
setChannelId($channelId)
  {
    
$this->channelId $channelId;
  }
  public function 
getChannelId()
  {
    return 
$this->channelId;
  }
  public function 
setClickAction($clickAction)
  {
    
$this->clickAction $clickAction;
  }
  public function 
getClickAction()
  {
    return 
$this->clickAction;
  }
  public function 
setColor($color)
  {
    
$this->color $color;
  }
  public function 
getColor()
  {
    return 
$this->color;
  }
  public function 
setDefaultLightSettings($defaultLightSettings)
  {
    
$this->defaultLightSettings $defaultLightSettings;
  }
  public function 
getDefaultLightSettings()
  {
    return 
$this->defaultLightSettings;
  }
  public function 
setDefaultSound($defaultSound)
  {
    
$this->defaultSound $defaultSound;
  }
  public function 
getDefaultSound()
  {
    return 
$this->defaultSound;
  }
  public function 
setDefaultVibrateTimings($defaultVibrateTimings)
  {
    
$this->defaultVibrateTimings $defaultVibrateTimings;
  }
  public function 
getDefaultVibrateTimings()
  {
    return 
$this->defaultVibrateTimings;
  }
  public function 
setEventTime($eventTime)
  {
    
$this->eventTime $eventTime;
  }
  public function 
getEventTime()
  {
    return 
$this->eventTime;
  }
  public function 
setIcon($icon)
  {
    
$this->icon $icon;
  }
  public function 
getIcon()
  {
    return 
$this->icon;
  }
  public function 
setImage($image)
  {
    
$this->image $image;
  }
  public function 
getImage()
  {
    return 
$this->image;
  }
  
/**
   * @param Google_Service_FirebaseCloudMessaging_LightSettings
   */
  
public function setLightSettings(Google_Service_FirebaseCloudMessaging_LightSettings $lightSettings)
  {
    
$this->lightSettings $lightSettings;
  }
  
/**
   * @return Google_Service_FirebaseCloudMessaging_LightSettings
   */
  
public function getLightSettings()
  {
    return 
$this->lightSettings;
  }
  public function 
setLocalOnly($localOnly)
  {
    
$this->localOnly $localOnly;
  }
  public function 
getLocalOnly()
  {
    return 
$this->localOnly;
  }
  public function 
setNotificationCount($notificationCount)
  {
    
$this->notificationCount $notificationCount;
  }
  public function 
getNotificationCount()
  {
    return 
$this->notificationCount;
  }
  public function 
setNotificationPriority($notificationPriority)
  {
    
$this->notificationPriority $notificationPriority;
  }
  public function 
getNotificationPriority()
  {
    return 
$this->notificationPriority;
  }
  public function 
setSound($sound)
  {
    
$this->sound $sound;
  }
  public function 
getSound()
  {
    return 
$this->sound;
  }
  public function 
setSticky($sticky)
  {
    
$this->sticky $sticky;
  }
  public function 
getSticky()
  {
    return 
$this->sticky;
  }
  public function 
setTag($tag)
  {
    
$this->tag $tag;
  }
  public function 
getTag()
  {
    return 
$this->tag;
  }
  public function 
setTicker($ticker)
  {
    
$this->ticker $ticker;
  }
  public function 
getTicker()
  {
    return 
$this->ticker;
  }
  public function 
setTitle($title)
  {
    
$this->title $title;
  }
  public function 
getTitle()
  {
    return 
$this->title;
  }
  public function 
setTitleLocArgs($titleLocArgs)
  {
    
$this->titleLocArgs $titleLocArgs;
  }
  public function 
getTitleLocArgs()
  {
    return 
$this->titleLocArgs;
  }
  public function 
setTitleLocKey($titleLocKey)
  {
    
$this->titleLocKey $titleLocKey;
  }
  public function 
getTitleLocKey()
  {
    return 
$this->titleLocKey;
  }
  public function 
setVibrateTimings($vibrateTimings)
  {
    
$this->vibrateTimings $vibrateTimings;
  }
  public function 
getVibrateTimings()
  {
    return 
$this->vibrateTimings;
  }
  public function 
setVisibility($visibility)
  {
    
$this->visibility $visibility;
  }
  public function 
getVisibility()
  {
    return 
$this->visibility;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0072 ]--