Class: $.WebRequestApp

Inherits:
Application.AppBase show all

Overview

This app demonstrates how to make web requests through GCM.

Instance Method Summary collapse

Instance Method Details

getInitialView() as Lang.Array<WatchUi.Views or WatchUi.InputDelegates> or Null

Return the initial view for the app

Returns:

  • Array Pair [View, Delegate]

initialize()

Constructor

onStart(state as Lang.Dictionary or Null) as Void

Handle app startup

Parameters:

  • state

    Startup arguments

onStop(state as Lang.Dictionary or Null) as Void

Handle app shutdown

Parameters:

  • state

    Shutdown arguments


Generated Nov 29, 2021 8:59:54 AM