OOUserInfo Class Reference

This is the UserInfo that is provided from SAS after authorization. More...

#import <OOUserInfo.h>

+ Inheritance diagram for OOUserInfo:

Instance Methods

(instancetype) - initWithDictionary:
 The state of the authorized user. More...
 

Properties

NSString * accountId
 
NSString * continent
 The account ID of the authorized user. More...
 
NSString * country
 The continent of origin for the authorization. More...
 
NSString * device
 The country of origin for the authorization. More...
 
NSString * domain
 The device provided to the Authorization. More...
 
NSString * ipAddress
 The domain provided to the Authorization. More...
 
NSString * language
 The IP address of the Authorized user. More...
 
NSString * timezone
 The language provided to the Authorization. More...
 
NSString * countrycode
 The timezone of the authorized user. More...
 
NSString * countrycodeid
 The country code of origin for the authorization. More...
 
NSString * region
 The country code id of origin for the authorization. More...
 
NSString * regioncodeid
 The region of origin for the authorization. More...
 
NSString * city
 The region code id code id of origin for the authorization. More...
 
NSString * citycodeid
 The city of origin for the authorization. More...
 
double latitude
 The city code id of origin for the authorization. More...
 
double longitude
 The latitude of the Authorized user. More...
 
int dma
 The longitude of the Authorized user. More...
 
NSString * state
 The dma of the authorized user. More...
 

Detailed Description

This is the UserInfo that is provided from SAS after authorization.

Method Documentation

- (instancetype) initWithDictionary: (NSDictionary *)  config

The state of the authorized user.

Property Documentation

- (NSString*) accountId
readnonatomicassign
- (NSString*) city
readnonatomicassign

The region code id code id of origin for the authorization.

- (NSString*) citycodeid
readnonatomicassign

The city of origin for the authorization.

- (NSString*) continent
readnonatomicassign

The account ID of the authorized user.

- (NSString*) country
readnonatomicassign

The continent of origin for the authorization.

- (NSString*) countrycode
readnonatomicassign

The timezone of the authorized user.

- (NSString*) countrycodeid
readnonatomicassign

The country code of origin for the authorization.

- (NSString*) device
readnonatomicassign

The country of origin for the authorization.

- (int) dma
readnonatomicassign

The longitude of the Authorized user.

- (NSString*) domain
readnonatomicassign

The device provided to the Authorization.

- (NSString*) ipAddress
readnonatomicassign

The domain provided to the Authorization.

- (NSString*) language
readnonatomicassign

The IP address of the Authorized user.

- (double) latitude
readnonatomicassign

The city code id of origin for the authorization.

- (double) longitude
readnonatomicassign

The latitude of the Authorized user.

- (NSString*) region
readnonatomicassign

The country code id of origin for the authorization.

- (NSString*) regioncodeid
readnonatomicassign

The region of origin for the authorization.

- (NSString*) state
readnonatomicassign

The dma of the authorized user.

- (NSString*) timezone
readnonatomicassign

The language provided to the Authorization.


The documentation for this class was generated from the following file: