Interface IPartnerAdapterConfiguration
Namespace: Chartboost.Mediation.Adapters
Assembly: Chartboost.Mediation.dll
Syntax
public interface IPartnerAdapterConfiguration
Properties
AdapterNativeVersion
The partner adapter version.
Declaration
string AdapterNativeVersion { get; }
Property Value
| Type | Description |
|---|---|
| string |
PartnerDisplayName
The partner name for external uses.
Declaration
string PartnerDisplayName { get; }
Property Value
| Type | Description |
|---|---|
| string |
PartnerIdentifier
The partner ID for internal uses.
Declaration
string PartnerIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| string |
PartnerSDKVersion
The partner SDK version.
Declaration
string PartnerSDKVersion { get; }
Property Value
| Type | Description |
|---|---|
| string |