Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppModule

An app module.

Hierarchy

  • AppModule

Index

Properties

getHtml

getHtml: function

Returns the HTML content for the app.

param

Arguments for the event.

returns

The HTML (body) content.

Type declaration

getTitle

getTitle: function

Returns the title of the app (view).

param

Arguments for the event.

returns

The title.

Type declaration

Optional onClose

onClose: function

Is invoked, when the web view gets to be closed.

param

Arguments for the event.

Type declaration

Optional onDispose

onDispose: function

Is invoked, when the web view is going to be disposed.

param

Arguments for the event.

Type declaration

Optional onDisposed

onDisposed: function

Is invoked, when the web view has been disposed.

param

Arguments for the event.

Type declaration

Optional onEvent

onEvent: function

Is invoked on an app event.

param

Arguments for the event.

Type declaration

Optional onHidden

onHidden: function

Is invoked after the web view has been gone to the background.

param

Arguments for the event.

Type declaration

Optional onLoaded

onLoaded: function

Is invoked after web page inside view has been loaded.

param

Arguments for the event.

Type declaration

Optional onMessage

onMessage: function

Is invoked when a message received from the web view.

Type declaration

Optional onShown

onShown: function

Is invoked after the web view has became visible again.

param

Arguments for the event.

Type declaration

Generated using TypeDoc