PPRetailSdkEnvironmentInfo Class Reference

Inherits from PPRetailObject : NSObject
Declared in PPRetailSdkEnvironmentInfo.h

Overview

The executing environment of the SDK

  merchantId

Merchant identifier like PayerId, etc.

@property (nonatomic, strong, nullable) NSString *merchantId

Discussion

Merchant identifier like PayerId, etc.

Declared In

PPRetailSdkEnvironmentInfo.h

  osName

Operating system name Android, iOS, darwin, win32, win64, etc

@property (nonatomic, strong, nullable) NSString *osName

Discussion

Operating system name Android, iOS, darwin, win32, win64, etc

Declared In

PPRetailSdkEnvironmentInfo.h

  osVersion

Operating system version

@property (nonatomic, strong, nullable) NSString *osVersion

Discussion

Operating system version

Declared In

PPRetailSdkEnvironmentInfo.h

  appId

Id of the integrating App

@property (nonatomic, strong, nullable) NSString *appId

Discussion

Id of the integrating App

Declared In

PPRetailSdkEnvironmentInfo.h

  appName

Name of the integrating App

@property (nonatomic, strong, nullable) NSString *appName

Discussion

Name of the integrating App

Declared In

PPRetailSdkEnvironmentInfo.h

  appVersion

Version of the integrating App

@property (nonatomic, strong, nullable) NSString *appVersion

Discussion

Version of the integrating App

Declared In

PPRetailSdkEnvironmentInfo.h

  appBuild

Build number of the integrating app

@property (nonatomic, strong, nullable) NSString *appBuild

Discussion

Build number of the integrating app

Declared In

PPRetailSdkEnvironmentInfo.h

  carrierCode

The MCC-MNC for the device

@property (nonatomic, strong, nullable) NSString *carrierCode

Discussion

The MCC-MNC for the device

Declared In

PPRetailSdkEnvironmentInfo.h

  currency

Currency for the Merchant

@property (nonatomic, strong, nullable) NSString *currency

Discussion

Currency for the Merchant

Declared In

PPRetailSdkEnvironmentInfo.h

  environment

Environment- live or sandbox

@property (nonatomic, strong, nullable) NSString *environment

Discussion

Environment- live or sandbox

Declared In

PPRetailSdkEnvironmentInfo.h

  deviceModel

Device model

@property (nonatomic, strong, nullable) NSString *deviceModel

Discussion

Device model

Declared In

PPRetailSdkEnvironmentInfo.h

  deviceManufacturer

Device manufacturer

@property (nonatomic, strong, nullable) NSString *deviceManufacturer

Discussion

Device manufacturer

Declared In

PPRetailSdkEnvironmentInfo.h

  retailSDKVersion

The retailSDK Version

@property (nonatomic, strong, nullable) NSString *retailSDKVersion

Discussion

The retailSDK Version

Declared In

PPRetailSdkEnvironmentInfo.h

  osAdId

Either android_advertising_id or ios_advertising_id

@property (nonatomic, strong, nullable) NSString *osAdId

Discussion

Either android_advertising_id or ios_advertising_id

Declared In

PPRetailSdkEnvironmentInfo.h

  deviceId

Either android_id or idfa

@property (nonatomic, strong, nullable) NSString *deviceId

Discussion

Either android_id or idfa

Declared In

PPRetailSdkEnvironmentInfo.h

  brand

Device brand

@property (nonatomic, strong, nullable) NSString *brand

Discussion

Device brand

Declared In

PPRetailSdkEnvironmentInfo.h