MPAliasResponse Class Reference

Inherits from NSObject
Declared in MPAliasResponse.h

Overview

A response object representing the result of an alias request.

  responseCode

The HTTP response code returned by the server.

@property (nonatomic) NSInteger responseCode

Discussion

The HTTP response code returned by the server.

Declared In

MPAliasResponse.h

  errorResponse

A human-readable error message returned by the server.

@property (nonatomic, copy) NSString *errorResponse

Discussion

A human-readable error message returned by the server.

Declared In

MPAliasResponse.h

  request

The corresponding alias request for this response.

@property (nonatomic, strong) MPAliasRequest *request

Discussion

The corresponding alias request for this response.

Declared In

MPAliasResponse.h

  requestID

A random GUID associated with each alias request.

@property (nonatomic, strong) NSString *requestID

Discussion

A random GUID associated with each alias request.

Declared In

MPAliasResponse.h

  willRetry

Whether the SDK will automatically try to re-send the alias request.

@property (nonatomic) BOOL willRetry

Discussion

Whether the SDK will automatically try to re-send the alias request.

Declared In

MPAliasResponse.h

  isSuccessful

Whether the alias request was successfully accepted by the server.

@property (nonatomic) BOOL isSuccessful

Discussion

Whether the alias request was successfully accepted by the server.

Declared In

MPAliasResponse.h