CotC C# SDK for Unity  v1.4.0.1
Making social games is easy !
Properties | List of all members
CotcSdk.ConfiguredProduct Class Reference

Description

Information about a configured product on the BO.

Properties

string ProductId [get]
 The product identifier as formatted in the query. More...
 
string AppStoreId [get]
 ID of the product on the App Store (mapping with ProductId on CotC). More...
 
string MacAppStoreId [get]
 ID of the product on the Mac App Store (mapping with ProductId on CotC). More...
 
string GooglePlayId [get]
 ID of the product on the Google Play Store (mapping with ProductId on CotC). More...
 
- Properties inherited from CotcSdk.PropertiesObject
Bundle this[string key] [get]
 Allows to query additional properties via an indexer (can be enriched via hooks). More...
 

Additional Inherited Members

- Public Member Functions inherited from CotcSdk.PropertiesObject
Bundle AsBundle ()
 Gets the underlying Bundle. Dangerous, only use internally, when you want to put the contents of a properties object into an existing bundle. More...
 
Dictionary< string, Bundle >.KeyCollection Keys ()
 Allows to browse all keys (might include some that are already exposed as typed properties in the object). More...
 
Dictionary< string, Bundle >.Enumerator GetEnumerator ()
 Allows to browse all keys (might include some that are already exposed as typed properties in the object). More...
 
override string ToString ()
 You may use this to debug what is inside this property object. More...
 
string ToJson ()
 Builds a JSON representation of this object, same as ToString actually. More...
 
- Protected Member Functions inherited from CotcSdk.PropertiesObject
 PropertiesObject (Bundle baseData)
 
- Protected Attributes inherited from CotcSdk.PropertiesObject
Bundle Props
 
Inheritance diagram for CotcSdk.ConfiguredProduct:
CotcSdk.PropertiesObject

Property Documentation

◆ AppStoreId

string CotcSdk.ConfiguredProduct.AppStoreId
get

ID of the product on the App Store (mapping with ProductId on CotC).

◆ GooglePlayId

string CotcSdk.ConfiguredProduct.GooglePlayId
get

ID of the product on the Google Play Store (mapping with ProductId on CotC).

◆ MacAppStoreId

string CotcSdk.ConfiguredProduct.MacAppStoreId
get

ID of the product on the Mac App Store (mapping with ProductId on CotC).

◆ ProductId

string CotcSdk.ConfiguredProduct.ProductId
get

The product identifier as formatted in the query.