ePages 7.47.0 - DE_EPAGES/AppStore/API/Tools.pm

Package DE_EPAGES::AppStore::API::Tools

App tools

Functions

IsAppAvailable
IsAppStoreVisible
new

IsAppAvailable

Checks if there's a App available in the AppStore.

Syntax
IsAppAvailable( $Shop );
Input
$Shop (object)
A Shop.
Return
$IsAppAvailable (boolean)
True iff there is a App
available in the AppStore.

IsAppStoreVisible

Checks whether AppStore is visibile in a given shop or not.

Syntax
IsAppStoreVisible( $Shop );
Input
$Shop (object)
A Shop.
Return
$IsAppStoreVisible (boolean)
True iff AppStore is visible.

new

Constructor

Syntax
new( );
Return
$self (object)
self