Interface IAttributionEnvironment
An environment that contains information intended solely for attribution purposes.
Namespace: Chartboost.Core.Environment
Assembly: Chartboost.Core.dll
Syntax
public interface IAttributionEnvironment
Properties
AdvertisingIdentifier
The system advertising identifier.
Declaration
Task<string?> AdvertisingIdentifier { get; }
Property Value
Type | Description |
---|---|
Task<string> |
UserAgent
The device user agent.
Declaration
Task<string?> UserAgent { get; }
Property Value
Type | Description |
---|---|
Task<string> |