ePages 7.48.0 - DE_EPAGES/AppStore/API/TLE/AppStoreHandler.pm

Package DE_EPAGES::AppStore::API::TLE::TLEHandler

This class contains common methods for TLE functions.

Package DE_EPAGES::AppStore::API::TLE::AppStoreHandler

Functions

APP_ID
IS_APP_AVAILABLE

APP_ID

Get the ID of an App. #APP_ID(#Shop.ID, appUrl, $appType)

Syntax
$AppID = APP_ID( $Processor, $aParams );
Input
$Processor (object)
tle processor
$aParams (array ref)
List of Parameters
Return
$AppID (boolean)
Whether app is installed or not

IS_APP_AVAILABLE

Finds out whether an app is avilable or not. #APP_ID(#Shop.ID, appUrl, $appType)

Syntax
$IsAppAvailable = IS_APP_AVAILABLE( $Processor, $aParams );
Input
$Processor (object)
tle processor
$aParams (array ref)
List of Parameters
Return
$IsAppAvailable (boolean)
Whether app is installed or not