Struct AdapterInfo
Contains adapter specific information. Adapter must be integrated in order to information to be available.
Inherited Members
Namespace: Chartboost.Mediation.Data
Assembly: Chartboost.Mediation.dll
Syntax
public struct AdapterInfo
Constructors
AdapterInfo(string, string, string, string)
Declaration
public AdapterInfo(string adapterVersion, string partnerVersion, string partnerIdentifier, string partnerDisplayName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | adapterVersion | |
| string | partnerVersion | |
| string | partnerIdentifier | |
| string | partnerDisplayName |
Fields
AdapterVersion
The version of the adapter.
Declaration
[JsonProperty("adapterVersion")]
public readonly string AdapterVersion
Field Value
| Type | Description |
|---|---|
| string |
PartnerDisplayName
The human-friendly partner name.
Declaration
[JsonProperty("partnerDisplayName")]
public readonly string PartnerDisplayName
Field Value
| Type | Description |
|---|---|
| string |
PartnerIdentifier
The partner’s unique identifier.
Declaration
[JsonProperty("partnerIdentifier")]
public readonly string PartnerIdentifier
Field Value
| Type | Description |
|---|---|
| string |
PartnerVersion
The version of the partner SDK.
Declaration
[JsonProperty("partnerVersion")]
public readonly string PartnerVersion
Field Value
| Type | Description |
|---|---|
| string |