Options
All
  • Public
  • Public/Protected
  • All
Menu

Flipkart Webview SDK

npm version License

Docs

Docs

Installation

  • Install fk-webview-sdk into your npm project. You can use the following command and run it in your terminal at the project root.

    npm install fk-webview-sdk
  • Minified and GZipped script

    https://img1a.flixcart.com/linchpin-web/batman-returns/build/fk-webview-sdk-min@0.0.1-alpha.24.js

You could replace version numbers in the script tag with the latest npm version if the README isn't up to date.

Initialize using NPM

// NPM only : import will make sure we create FKExtension on the window object to give clients a way to create new platform instance and access modules
import * as WebviewSDK from  "fk-webview-sdk";
// NOTE - please refrain from calling any module before the DOMContentLoaded callback
window.addEventListener('DOMContentLoaded', function() {
    const fkPlatform = FKExtension.newPlatformInstance();
    fkPlatform.getModuleHelper().getAnalyticsModule().sendGameAnalyticsEvent({
            gameName: 'bestGame'
            campaignId?: 'abc-zyx';
            energyPoints?: 300;
            league?: 'gold';
            badgesCount?: 2;
            friendCount?: 150;
            position?: 4;
            transactions?: ['power', 'time'];
            rewards?: ['first', 'second'];
            powers?: ['strength'];
            deathCount?: 3;
            livesLeft?: 2;
            actionType: GameActionType.SHARE;
        }
    ).then((data) => {
        // Do something based on data
    });
});

Usage

fk-webview-sdk is a set of modules that help client use Flipkart functionalities for easy webview development within the Flipkart ecosystem. All modules are promisified.

goBack()
navigate(action)
  • AnalyticsModule - fkPlatform.getModuleHelper().getAnalyticsModule()

    sendGameAnalyticsEvent(gameEventData)
  • ServerTimeModule - fkPlatform.getModuleHelper().getServerTimeModule()

    getCurrentTime()
  • ShareModule - fkPlatform.getModuleHelper().getShareModule()

    share(url, title)
  • ImageResolverModule - fkPlatform.getModuleHelper().getImageResolverModule()

    resolveImage(url, width, height, quality)
  • GenericUtilsModule - fkPlatform.getModuleHelper().getGenericUtilsModule()

    setStatusBarColor(color)
    disableFlyout()
    enableFlyout()
  • NetworkInfoModule - fkPlatform.getModuleHelper().getNetworkInfoModule()

    getNetworkEffectiveType()
  • LoggingModule - fkPlatform.getModuleHelper().getLoggingModule()

    sendLogs(eventData, level)

Index

Variables

Const CRAZY_CANNON_SOUND_CONFIG_DATA

CRAZY_CANNON_SOUND_CONFIG_DATA: object

Type declaration

Const DEFAULT_IMAGE_QUALITY

DEFAULT_IMAGE_QUALITY: "90" = "90"

Const INVALID_PARAMETERS

INVALID_PARAMETERS: "Invalid Parameters" = "Invalid Parameters"

Const ITERATION_COUNT

ITERATION_COUNT: 1000 = 1000

Const IV

IV: "dc0da04af8fee58593442bf834b30739" = "dc0da04af8fee58593442bf834b30739"

Const KEY_SIZE

KEY_SIZE: 128 = 128

Const NUNITO_BOLD_FONT_URL

NUNITO_BOLD_FONT_URL: "https://img1a.flixcart.com/linchpin-web/batman-returns/game/font/Nunito-Bold.ttf" = "https://img1a.flixcart.com/linchpin-web/batman-returns/game/font/Nunito-Bold.ttf"

Const NUNITO_FONT_URL

NUNITO_FONT_URL: "https://fonts.googleapis.com/css?family=Nunito:600,700,800&display=swap" = "https://fonts.googleapis.com/css?family=Nunito:600,700,800&display=swap"

Const NUNITO_SEMI_BOLD_FONT_URL

NUNITO_SEMI_BOLD_FONT_URL: "https://img1a.flixcart.com/linchpin-web/batman-returns/game/font/Nunito-SemiBold.ttf" = "https://img1a.flixcart.com/linchpin-web/batman-returns/game/font/Nunito-SemiBold.ttf"

Const PASS_PHRASE

PASS_PHRASE: "avkfbkjanjfaoihsofulj" = "avkfbkjanjfaoihsofulj"

Const RUKMINI_HEIGHT_PLACEHOLDER

RUKMINI_HEIGHT_PLACEHOLDER: "{@height}" = "{@height}"

Const RUKMINI_QUALITY_PLACEHOLDER

RUKMINI_QUALITY_PLACEHOLDER: "{@quality}" = "{@quality}"

Const RUKMINI_WIDTH_PLACEHOLDER

RUKMINI_WIDTH_PLACEHOLDER: "{@width}" = "{@width}"

Const SALT

SALT: "dc0da04af8feebf834b30739" = "dc0da04af8feebf834b30739"

Const SNAKE_SMASH_SOUND_CONFIG_DATA

SNAKE_SMASH_SOUND_CONFIG_DATA: object

Type declaration

Const SUCCESSFUL_EXECUTION

SUCCESSFUL_EXECUTION: "Execution Successful" = "Execution Successful"

Object literals

Const CRAZY_CANNON_CONFIG_DATA

CRAZY_CANNON_CONFIG_DATA: object

CONTROL_CANNON

CONTROL_CANNON: string = "Start Swiping To Control"

GAME_LOADED_TEXT

GAME_LOADED_TEXT: string = "Loading map"

GAME_PLAY_COMPLETE_TEXT

GAME_PLAY_COMPLETE_TEXT: string = "Times up!"

SHELL_LOADING_TEXT

SHELL_LOADING_TEXT: string = "Loading game arena"

UPGRADING

UPGRADING: string = "Upgrading"

Const CrazyCannonAssets

CrazyCannonAssets: object

default

default: object

CannonLoadingBar

CannonLoadingBar: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/CannonLoadingBar-c2662ac1.png"

CannonLoadingBar_Hvr

CannonLoadingBar_Hvr: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/CannonLoadingBar_Hvr-18a83a2f.png"

Effect_CanonGlow01

Effect_CanonGlow01: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Effect_CanonGlow01-45a55f5d.png"

Effect_CanonGlow02

Effect_CanonGlow02: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Effect_CanonGlow02-a31241f9.png"

Effect_canonDisableStone

Effect_canonDisableStone: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Effect_canonDisableStone-5e8d5dd2.png"

Effect_snowBg

Effect_snowBg: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Effect_snowBg-cf13619a.png"

ErrorPopups_EmojiSad02

ErrorPopups_EmojiSad02: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/ErrorPopups_EmojiSad02-4c9a65aa.png"

ErrorPopups_ErrorPopup

ErrorPopups_ErrorPopup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/ErrorPopups_ErrorPopup-fa28e69a.png"

ErrorPopups_ErrorSymbol

ErrorPopups_ErrorSymbol: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/ErrorPopups_ErrorSymbol-23d8c77a.png"

ErrorPopups_Rectangle

ErrorPopups_Rectangle: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/ErrorPopups_Rectangle-b8540302.png"

Exit_placeholder

Exit_placeholder: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Exit_placeholder-0214fddb.png"

GameCompleteLossPopup

GameCompleteLossPopup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/GameCompleteLossPopup-63ff53ca.png"

GameCompleteThankYouPopup

GameCompleteThankYouPopup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/GameCompleteThankYouPopup-a3825c6d.png"

Gameplay_Close-f40686ae

Gameplay_Close-f40686ae: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Gameplay_Close-f40686ae-2ed065fd.png"

Video_Banner

Video_Banner: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Video_Banner-b7380bb8.png"

Video_MuteButton

Video_MuteButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Video_MuteButton-f9aaa640.png"

Video_MuteDiabled

Video_MuteDiabled: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Video_MuteDiabled-89c72ed9.png"

Video_MuteEnabled

Video_MuteEnabled: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Video_MuteEnabled-0c0b55ac.png"

Video_VideoButton

Video_VideoButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Video_VideoButton-d6742568.png"

blast-smoke

blast-smoke: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/blast-smoke-63e0b3be.png"

blastradial_circle

blastradial_circle: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/blastradial_circle-8125af32.png"

blastradial_lines

blastradial_lines: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/blastradial_lines-556af66e.png"

gameComplete_ExploreGameButton

gameComplete_ExploreGameButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_ExploreGameButton-ca99f018.png"

gameComplete_GameCompletePopup

gameComplete_GameCompletePopup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_GameCompletePopup-7c721713.png"

gameComplete_GameLossInfo

gameComplete_GameLossInfo: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_GameLossInfo-97bc4d95.png"

gameComplete_GameWinInfo

gameComplete_GameWinInfo: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_GameWinInfo-f785f221.png"

gameComplete_GemIcon

gameComplete_GemIcon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_GemIcon-f0fdb4c4.png"

gameComplete_GemPlaceHolder

gameComplete_GemPlaceHolder: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_GemPlaceHolder-3976bb87.png"

gameComplete_LeaderBoardButton

gameComplete_LeaderBoardButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_LeaderBoardButton-6da0271a.png"

gameComplete_PopupDevideLine

gameComplete_PopupDevideLine: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_PopupDevideLine-f8cd86a8.png"

gameComplete_PopupDownAttachPanel

gameComplete_PopupDownAttachPanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_PopupDownAttachPanel-4276bd6f.png"

gameComplete_PopupRays

gameComplete_PopupRays: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_PopupRays-189a467f.png"

gameComplete_ProductPlaceHolder

gameComplete_ProductPlaceHolder: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_ProductPlaceHolder-f0865e09.png"

gameComplete_ShareButton

gameComplete_ShareButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_ShareButton-d6742568.png"

gameComplete_gameLossPlaceholder

gameComplete_gameLossPlaceholder: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_gameLossPlaceholder-143a6945.png"

gameComplete_gameThankYouPlaceholder

gameComplete_gameThankYouPlaceholder: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gameComplete_gameThankYouPlaceholder-143a6945.png"

gamePlay_CanonTipStar

gamePlay_CanonTipStar: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_CanonTipStar-e7840823.png"

gamePlay_CloseButton

gamePlay_CloseButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_CloseButton-0b1c1b40.png"

gamePlay_ExitNoButton

gamePlay_ExitNoButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_ExitNoButton-6da0271a.png"

gamePlay_ExitPoup

gamePlay_ExitPoup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_ExitPoup-3cc2a3c1.png"

gamePlay_ExitYesButton

gamePlay_ExitYesButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_ExitYesButton-d6742568.png"

gamePlay_GetReadyPanel

gamePlay_GetReadyPanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_GetReadyPanel-b83579f9.png"

gamePlay_HandMoveIcon

gamePlay_HandMoveIcon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_HandMoveIcon-edc58b92.png"

gamePlay_Obstacle

gamePlay_Obstacle: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_Obstacle-b94c0eba.png"

gamePlay_RoundTextBoard

gamePlay_RoundTextBoard: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_RoundTextBoard-f99a8ed9.png"

gamePlay_TimerCounterBoard

gamePlay_TimerCounterBoard: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_TimerCounterBoard-bbd53dd3.png"

gamePlay_TimerCounterBoardHighLight

gamePlay_TimerCounterBoardHighLight: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_TimerCounterBoardHighLight-ef285d09.png"

gamePlay_TutorialTextShadow

gamePlay_TutorialTextShadow: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/gamePlay_TutorialTextShadow-c9499307.png"

levelComplete_ActiveUserCountImage

levelComplete_ActiveUserCountImage: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_ActiveUserCountImage-d8f63647.png"

levelComplete_ActiveUserCountImageWithPlayer

levelComplete_ActiveUserCountImageWithPlayer: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_ActiveUserCountImageWithPlayer-668242f2.png"

levelComplete_BottomTimerPanel

levelComplete_BottomTimerPanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_BottomTimerPanel-47a7d000.png"

levelComplete_EmogiPopup

levelComplete_EmogiPopup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_EmogiPopup-3cc2a3c1.png"

levelComplete_EmogiPopupTopbar

levelComplete_EmogiPopupTopbar: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_EmogiPopupTopbar-0505c7fc.png"

levelComplete_EmogiScorePlaceHolder

levelComplete_EmogiScorePlaceHolder: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_EmogiScorePlaceHolder-6be6834e.png"

levelComplete_EmojiPlaceHolder

levelComplete_EmojiPlaceHolder: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_EmojiPlaceHolder-f686f735.png"

levelComplete_FriendsIcon

levelComplete_FriendsIcon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_FriendsIcon-5b7e397e.png"

levelComplete_GoodEmojiUrl

levelComplete_GoodEmojiUrl: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_GoodEmojiUrl-fcb2d824.png"

levelComplete_Popup

levelComplete_Popup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_Popup-2cbba987.png"

levelComplete_SadEmojiUrl

levelComplete_SadEmojiUrl: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_SadEmojiUrl-192ff4b0.png"

levelComplete_VeryGoodEmojiUrl

levelComplete_VeryGoodEmojiUrl: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/levelComplete_VeryGoodEmojiUrl-2bf4691e.png"

reward_ItemsListPanel

reward_ItemsListPanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/reward_ItemsListPanel-17454ef3.png"

reward_Popup

reward_Popup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/reward_Popup-864e87b8.png"

reward_ShowLessButton

reward_ShowLessButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/reward_ShowLessButton-5e8b426d.png"

reward_ShowLessButton-d49ab4c8

reward_ShowLessButton-d49ab4c8: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/reward_ShowLessButton-d49ab4c8-5e8b426d.png"

reward_ShowMoreButton

reward_ShowMoreButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/reward_ShowMoreButton-6cf3314e.png"

reward_SubPopupArrw

reward_SubPopupArrw: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/reward_SubPopupArrw-383791a5.png"

reward_Trans

reward_Trans: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/reward_Trans-61f5bfc5.png"

rock_blast_glow

rock_blast_glow: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/rock_blast_glow-45676a6a.png"

snowflake-shape

snowflake-shape: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/snowflake-shape-6febb98f.png"

upgrade_Button1

upgrade_Button1: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_Button1-2d337a07.png"

upgrade_InfoIClose1

upgrade_InfoIClose1: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_InfoIClose1-1cf69de0.png"

upgrade_InfoIClose2

upgrade_InfoIClose2: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_InfoIClose2-a03a3e8f.png"

upgrade_InfoICon1

upgrade_InfoICon1: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_InfoICon1-42648d19.png"

upgrade_InfoICon2

upgrade_InfoICon2: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_InfoICon2-bb1f550d.png"

upgrade_PlaceHeader1

upgrade_PlaceHeader1: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_PlaceHeader1-1273614a.png"

upgrade_PlaceHeader2

upgrade_PlaceHeader2: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_PlaceHeader2-91fc35d8.png"

upgrade_PlayersPanel

upgrade_PlayersPanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_PlayersPanel-668242f2.png"

upgrade_Popup

upgrade_Popup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_Popup-693b6dfc.png"

upgrade_SectionHeader

upgrade_SectionHeader: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_SectionHeader-dcd31d06.png"

upgrade_Timer

upgrade_Timer: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_Timer-616ef7ca.png"

upgrade_TimerSemiTrans

upgrade_TimerSemiTrans: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_TimerSemiTrans-a75ecbbd.png"

upgrade_spark

upgrade_spark: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_spark-f42c3901.png"

uppgradePlaceHolder01

uppgradePlaceHolder01: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/uppgradePlaceHolder01-af9d991f.png"

uppgradePlaceHolder02

uppgradePlaceHolder02: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/uppgradePlaceHolder02-74f7abcc.png"

Const ModuleNames

ModuleNames: object

GENERIC_UTILS_MODULE

GENERIC_UTILS_MODULE: string = "GenericUtilsModule"

IMAGE_RESOLVER_MODULE

IMAGE_RESOLVER_MODULE: string = "ImageResolverModule"

NAVIGATION_MODULE

NAVIGATION_MODULE: string = "NavigationModule"

OMNITURE_MODULE

OMNITURE_MODULE: string = "OmnitureModule"

SERVER_TIME_MODULE

SERVER_TIME_MODULE: string = "ServerTimeModule"

SHARE_MODULE

SHARE_MODULE: string = "ShareModule"

Const PListAssets

PListAssets: object

BlockExplode

BlockExplode: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/snake-smash/plist/0_0_1/BlockExplode.plist"

ConfettiLeft

ConfettiLeft: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/snake-smash/plist/0_0_1/ConfettiLeft.plist"

ConfettiRight

ConfettiRight: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/snake-smash/plist/0_0_1/ConfettiRight.plist"

Endline

Endline: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/snake-smash/plist/0_0_1/Endline.plist"

SnakeExplode

SnakeExplode: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/snake-smash/plist/0_0_1/SnakeExplode.plist"

StarBlock

StarBlock: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/snake-smash/plist/0_0_1/StarBlock.plist"

blastParticle

blastParticle: string = "https://img1a.flixcart.com//linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/blast.plist"

bulletRockHitParticle

bulletRockHitParticle: string = "https://img1a.flixcart.com//linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/bulletRockHit_001.plist"

dustParticle

dustParticle: string = "https://img1a.flixcart.com//linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/dust.plist"

hurrayParticle

hurrayParticle: string = "https://img1a.flixcart.com//linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/hurray.plist"

obstacleBlastParticle

obstacleBlastParticle: string = "https://img1a.flixcart.com//linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/obstacleBlast.plist"

scoreParticle

scoreParticle: string = "https://img1a.flixcart.com//linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/score.plist"

smileyParticle

smileyParticle: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/smiley.plist"

smokeParticle

smokeParticle: string = "https://img1a.flixcart.com//linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/smoke.plist"

snowParticle

snowParticle: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/snow.plist"

starParticle

starParticle: string = "https://img1a.flixcart.com//linchpin-web/batman-returns/crazy-cannon/plist/0_0_1/star.plist"

Const SNAKE_SMASH_CONFIG_DATA

SNAKE_SMASH_CONFIG_DATA: object

API_CALL_STATUS_BUY_UPGRADES

API_CALL_STATUS_BUY_UPGRADES: string = "Processing your purchase.."

API_CALL_STATUS_GAME_SUMMRY

API_CALL_STATUS_GAME_SUMMRY: string = "Loading Game Summary..."

API_CALL_STATUS_LOAD_LAYOUT

API_CALL_STATUS_LOAD_LAYOUT: string = "Loading Map..."

BUTTON_NO

BUTTON_NO: string = "NO"

BUTTON_YES

BUTTON_YES: string = "Yes"

LEARN_TO_PLAY

LEARN_TO_PLAY: string = "Learn to play"

LEVEL_COMPLETE

LEVEL_COMPLETE: string = "Level Completed"

LEVEL_FAILED

LEVEL_FAILED: string = "Level Failed"

TIMER_TEXT

TIMER_TEXT: string = "Next level starts in "

TUTORIAL_TEXT_1

TUTORIAL_TEXT_1: string = "Eat the eggs,they help you grow"

TUTORIAL_TEXT_2

TUTORIAL_TEXT_2: string = "Great!"

TUTORIAL_TEXT_3

TUTORIAL_TEXT_3: string = "Next up -smash these rocks"

TUTORIAL_TEXT_4

TUTORIAL_TEXT_4: string = "Smash rocks witha smaller numberto keep going!"

TUTORIAL_TEXT_5

TUTORIAL_TEXT_5: string = "Wow!You're a quick learner"

Const SnakeSmashAssets

SnakeSmashAssets: object

default

default: object

EnergyIcon

EnergyIcon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/EnergyIcon-f027b3f9.png"

ErrorPopup

ErrorPopup: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/ErrorPopup-45ea1a3a.png"

GameScene_StarBlock

GameScene_StarBlock: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/GameScene_StarBlock-0ad9ba6d.png"

HealthIcon

HealthIcon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/HealthIcon-f1bef455.png"

Particle01

Particle01: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Particle01-67de1003.png"

Particle02

Particle02: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Particle02-2ee960a5.png"

Popup_Button

Popup_Button: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_Button-bbb6e31c.png"

Popup_CloseButton

Popup_CloseButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_CloseButton-7b1cf2c2.png"

Popup_ClosePannel

Popup_ClosePannel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_ClosePannel-3da6df71.png"

Popup_Crown

Popup_Crown: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_Crown-29e4876c.png"

Popup_EnergyIconGlow

Popup_EnergyIconGlow: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_EnergyIconGlow-2d963c86.png"

Popup_EnergyIconPanel

Popup_EnergyIconPanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_EnergyIconPanel-8378d9b6.png"

Popup_GameCompletePanel

Popup_GameCompletePanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_GameCompletePanel-93d72d90.png"

Popup_GameZoneButton

Popup_GameZoneButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_GameZoneButton-99b94461.png"

Popup_Gems

Popup_Gems: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_Gems-08a6536e.png"

Popup_HighScorePanel

Popup_HighScorePanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_HighScorePanel-da6dda00.png"

Popup_LevelCompletePanel

Popup_LevelCompletePanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_LevelCompletePanel-3da6df71.png"

Popup_LevelCompleteRibbon

Popup_LevelCompleteRibbon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_LevelCompleteRibbon-70b080bb.png"

Popup_LevelCompleteWithoutHighScore

Popup_LevelCompleteWithoutHighScore: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_LevelCompleteWithoutHighScore-be08d607.png"

Popup_NoButton

Popup_NoButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_NoButton-1b133f41.png"

Popup_PopupLevelFailedRibbon

Popup_PopupLevelFailedRibbon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_PopupLevelFailedRibbon-4010e75a.png"

Popup_ShareButton

Popup_ShareButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_ShareButton-52823d48.png"

Popup_TransparentBG

Popup_TransparentBG: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_TransparentBG-7b40e239.png"

Popup_UpgradeBG

Popup_UpgradeBG: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeBG-1d7c0437.png"

Popup_UpgradeButton

Popup_UpgradeButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeButton-186ef8d7.png"

Popup_UpgradeCard1

Popup_UpgradeCard1: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeCard1-93785897.png"

Popup_UpgradeCard2

Popup_UpgradeCard2: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeCard2-d69bb791.png"

Popup_UpgradeCard3

Popup_UpgradeCard3: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeCard3-b19eff60.png"

Popup_UpgradeGemIcon

Popup_UpgradeGemIcon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeGemIcon-3a030015.png"

Popup_UpgradeInfoIcon1

Popup_UpgradeInfoIcon1: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeInfoIcon1-766eeef1.png"

Popup_UpgradeInfoIcon2

Popup_UpgradeInfoIcon2: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeInfoIcon2-ff5cbd83.png"

Popup_UpgradeInfoIcon3

Popup_UpgradeInfoIcon3: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeInfoIcon3-a0dc7aac.png"

Popup_UpgradeText

Popup_UpgradeText: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_UpgradeText-fdc5fbde.png"

Popup_WarningIcon

Popup_WarningIcon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_WarningIcon-026f8d1f.png"

Popup_YesButton

Popup_YesButton: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Popup_YesButton-6e5041f2.png"

Rectangle

Rectangle: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Rectangle-ca646c65.png"

Star

Star: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/Star-ba3d1b38.png"

TransImage

TransImage: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/TransImage-ba5ff111.png"

UIPanel

UIPanel: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/UIPanel-37a0b9a6.png"

UpgradeCloseInfo01

UpgradeCloseInfo01: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/UpgradeCloseInfo01-510f6247.png"

UpgradeCloseInfo02

UpgradeCloseInfo02: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/UpgradeCloseInfo02-b6c75635.png"

UpgradeCloseInfo03

UpgradeCloseInfo03: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/UpgradeCloseInfo03-09e66e77.png"

UpgradeInfoCard01

UpgradeInfoCard01: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/UpgradeInfoCard01-ad9126a2.png"

UpgradeInfoCard02

UpgradeInfoCard02: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/UpgradeInfoCard02-35a2be70.png"

UpgradeInfoCard03

UpgradeInfoCard03: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/UpgradeInfoCard03-6f5a31ff.png"

bg_overlay

bg_overlay: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/bg_overlay-b78f3304.png"

closeIcon

closeIcon: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/closeIcon-288f0f9c.png"

upgrade_spark

upgrade_spark: string = "https://img1a.flixcart.com/linchpin-web/batman-returns/upgrade_spark-f42c3901.png"

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc