iOS SDK - Developer Objects

DOCS

Last updated: Aug 15th, 7:23am

Developer Domain Objects

PDUIImage

Identifies a specific image in the WLW system.

PropertyDescription
imageUriString
The unique identifier for the image.
imageArtifactUIImage
The iOS object that defines the actual image data, whether it is a JPEG file or raw data.
lastModifiedDateNSDate
The last occasion that the image file was updated.
imageSourcePathString
The absolute path to the image source data.
isBeenDownloadingBoolean
Indicates if the image has completed downloading into the SDK.

PDLogMessage

Defines the log entry for a particular event that is recorded in the Logging Utility.

PropertyDescription
whatString
The text message that is written to the log.
whenNSDate
The time at which the log event was fired.
valString
The sequential number of the message in relation to the maximum allowed messages.

PDLocation

Defines the supported geographical location areas in the WLW platform.

PropertyDescription
countryNameString
The unique identifier for a particular country.
countryDisplayNameString
The name when a country is displayed in the app such as in an address drop-down menu.
statesDictionary
A list of key/value pairs representing U.S. states along with their respective display names, where the Key is the state and the Value is the display name for that state.
citiesDictionary
A dictionary with a list cities along with their respective display names, where the Key is the city and the Value is the display name for that city.
zipCodesArray
A list of available zip codes as defined by iOS.