iOS SDK - Developer Objects
DOCS
Last updated: Aug 15th, 7:23am
Developer Domain Objects
PDUIImage
Identifies a specific image in the WLW system.
| Property | Description | 
|---|---|
| imageUri | String The unique identifier for the image. | 
| imageArtifact | UIImageThe iOS object that defines the actual image data, whether it is a JPEG file or raw data. | 
| lastModifiedDate | NSDate The last occasion that the image file was updated. | 
| imageSourcePath | String The absolute path to the image source data. | 
| isBeenDownloading | Boolean 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.
| Property | Description | 
|---|---|
| what | String The text message that is written to the log. | 
| when | NSDate The time at which the log event was fired. | 
| val | String The sequential number of the message in relation to the maximum allowed messages. | 
PDLocation
Defines the supported geographical location areas in the WLW platform.
| Property | Description | 
|---|---|
| countryName | String The unique identifier for a particular country. | 
| countryDisplayName | String The name when a country is displayed in the app such as in an address drop-down menu. | 
| states | Dictionary A list of key/value pairs representing U.S. states along with their respective display names, where the Keyis the state and theValueis the display name for that state. | 
| cities | Dictionary A dictionary with a list cities along with their respective display names, where the Keyis the city and theValueis the display name for that city. | 
| zipCodes | Array A list of available zip codes as defined by iOS. |