Changes

Jump to navigation Jump to search
1,605 bytes added ,  14:42, 4 September 2014
Created page with "{{Api_DataType_Spec |Description=Image object represent an image with url and size information. Contains the type (icon, banner, or other) and the extension for the image as j..."
{{Api_DataType_Spec
|Description=Image object represent an image with url and size information. Contains the type (icon, banner, or other) and the extension for the image as jpg, png, etc.

|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"

! ID
{{!}} int
{{!}} Unique identifier for the Subscription
{{!}}- valign="top"

! Url
{{!}} String
{{!}} Source of the image on server.
{{!}}- valign="top"

! Width
{{!}} int
{{!}} Number that represent the width size of the image
{{!}}- valign="top"

! Height
{{!}} int
{{!}} Number that represent the height size of the image
{{!}}- valign="top"

! Type
{{!}} int
{{!}} Enumeration that represent a kind of image is returned.
{{!}}- valign="top"

! Ext
{{!}} String
{{!}} String that contains the extension of the image. (JPG, PNG, etc).
{{!}}- valign="top"

{{!}}}


|Example=

{
: "ID": 608053,
: "Url": "http://media.gvp.telefonica.com/storagearea0/IMAGES/00/00/60/608053_46B487019AC7FF6A.jpg",
: "Width": 140,
: "Height": 206,
: "Type": 1,
: "Ext": ".jpg"
}


|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"

{{!}}}

|SeeAlso=
* [[UNIAPI_Specification#SubscriptionType|SubscriptionType]] enumeration
}}
editor
725

edits

Navigation menu