AppCatalogInstallStatus

Superclass:
NSObject
Declared In:

Introduction

This is status object returned from the server in response to installApp request.

Notes:

  1. These property names *must* exactly match the JSON name from server.

  2. The property types must also match the JSON to Objective C mapping for JSONKit library, except that NSNulls are mapped to nils



Properties

ErrorString
RedirectURL
Result

ErrorString


@property(nonatomic,
    retain) NSString *ErrorString; 

RedirectURL


@property(nonatomic,
    retain) NSString *RedirectURL; 

Result


@property(nonatomic,
    retain) NSNumber *Result;