Modules.Newsstand.Issue
> Modules.Newsstand.Issue

A Modules.Newsstand object which represents an issue from the Newsstand library.

  • 0.8
  • 0.8
  • 0.8
Defined By

Properties

apiName : Stringreadonly

The name of the API that this proxy corresponds to.

The name of the API that this proxy corresponds to.

The value of this property is the fully qualified name of the API. For example, Button returns Ti.UI.Button.

  • 3.2.0
  • 3.2.0
  • 3.2.0
Modules.Newsstand.Issue
contentURL : Stringreadonly

The contentURL of the issue

The contentURL of the issue

This is the location assets downloaded for the issue will be saved.

Note: contentURL will be undefined after an issue is removed from the library.

Modules.Newsstand.Issue
date : Stringreadonly

The date of the issue

The date of the issue

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

If this property is set to a Window or TabGroup, then the corresponding Activity lifecycle event callbacks will also be called on the proxy. Proxies that require the activity lifecycle will need this property set to the appropriate containing Window or TabGroup.

  • 3.6.0
Modules.Newsstand.Issue
name : Stringreadonly

The unique name of the issue

The unique name of the issue

Modules.Newsstand.Issue
status : Stringreadonly
Defined By

Methods

Modules.Newsstand.Issue
( props )
Downloads an asset for this issue. ...

Downloads an asset for this issue. This connection is managed by the system. This allows the download to run in the background even when the app is not running. Download progress and errors can be captured using event listeners.

Note: Throws an exception if called twice to download the same asset for a single issue.

Example

issue.downloadAsset({
    url:contentURL,
    filename:'TEST.TST',
    userInfo:{
        id:1234,
        name:'TEST1'
    }
});

Parameters

Returns

  • void
Gets the value of the apiName property. ...

Gets the value of the apiName property.

  • 3.2.0
  • 3.2.0
  • 3.2.0

Returns

  • String
Modules.Newsstand.Issue
( ) : String
Gets the value of the contentURL property. ...

Gets the value of the contentURL property.

Returns

  • String
Modules.Newsstand.Issue
( ) : String
Gets the value of the date property. ...

Gets the value of the date property.

Returns

  • String
Gets the value of the lifecycleContainer property. ...

Gets the value of the lifecycleContainer property.

  • 3.6.0

Returns

Modules.Newsstand.Issue
( ) : String
Gets the value of the name property. ...

Gets the value of the name property.

Returns

  • String
Modules.Newsstand.Issue
( ) : String
Gets the value of the status property. ...

Gets the value of the status property.

Returns

  • String
Sets the value of the lifecycleContainer property. ...

Sets the value of the lifecycleContainer property.

  • 3.6.0

Parameters

Returns

  • void