Class Mage_XmlConnect_Helper_Android
XmlConnect device helper for Android
- Mage_Core_Helper_Abstract
- Mage_XmlConnect_Helper_Android
Package: Mage\XmlConnect
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/XmlConnect/Helper/Android.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/XmlConnect/Helper/Android.php
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
|
|
public
string
|
|
public
integer
|
|
public
boolean
|
|
public
string
|
|
public
array
|
|
public
array
|
|
public
null
|
|
public
boolean
|
integer |
SUBMISSION_TITLE_LENGTH
|
30 |
#
Submission title length |
integer |
SUBMISSION_DESCRIPTION_LENGTH
|
4000 |
#
Submission description length |
integer |
PREVIEW_BANNER_WIDTH
|
320 |
#
Android preview banner widht |
integer |
PREVIEW_BANNER_HEIGHT
|
258 |
#
Android preview banner image height |
integer |
TAGS_ID_FOR_TITLE_BAR
|
1 |
#
Tags identifier for title bar |
integer |
TAGS_ID_FOR_OPTION_MENU
|
2 |
#
Tags identifier for options menu |
string |
SUBMISSION_COUNTRY_RENDERER
|
'androidmarket' |
#
Country renderer for submission |
integer |
SUBMISSION_COUNTRY_COLUMNS
|
2 |
#
Country columns for submission |
protected
array
|
$_imageIds | array('icon', 'android_loader_image', 'android_logo', 'big_logo') |
#
Submit images that are stored in "params" field of history table |
protected
|
$_countryRenderer | null |
#
Country field renderer |
protected
array
|
$_allowedCountries | array(
'Argentina' => 'AR',
'Australia' => 'AU',
'Austria' => 'AT',
'Belgium' => 'BE',
'Brazil' =>'BR',
'Canada' => 'CA',
'Denmark' => 'DK',
'Finland' => 'FI',
'France' => 'FR',
'Germany' => 'DE',
'Hong Kong SAR China' => 'HK',
'Ireland' => 'IE',
'Israel' => 'IL',
'Italy' => 'IT',
'Japan' => 'JP',
'Mexico' => 'MX',
'Netherlands' => 'NL',
'New Zealand' => 'NZ',
'Norway' => 'NO',
'Portugal' => 'PT',
'Russia' => 'RU',
'Singapore' => 'SG',
'Spain' => 'ES',
'South Korea' => 'KR',
'Sweden' => 'SE',
'Switzerland' => 'CH',
'Taiwan' => 'TW',
'United Kingdom' => 'GB',
'United States' => 'US',
) |
#
List of coutries that allowed in Ituens by Apple Store |
$_layout,
$_moduleName,
$_request
|