Class: $.WebRequestView

Inherits:
WatchUi.View show all

Overview

Shows the web request result

Instance Member Summary collapse

Instance Method Summary collapse

Instance Attribute Details

var _message as Lang.String

Instance Method Details

initialize()

Constructor

onHide() as Void

Called when this View is removed from the screen. Save the state of your app here.

onLayout(dc as Graphics.Dc) as Void

Load your resources here

Parameters:

  • dc

    Device context

onReceive(args as Lang.Dictionary or Lang.String or Null) as Void

Show the result or status of the web request

Parameters:

  • args

    Data from the web request, or error message

onShow() as Void

Restore the state of the app and prepare the view to be shown

onUpdate(dc as Graphics.Dc) as Void

Update the view

Parameters:

  • dc

    Device Context


Generated Nov 29, 2021 8:59:54 AM