Class AdId
Generic cross-platform identifier for ad resources.
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AdId : CrossPlatformId
Constructors
AdId(String, String)
Declaration
public AdId(string iOSId, string androidId)
Parameters
Type | Name | Description |
---|---|---|
System. |
iOSId | |
System. |
androidId |
Properties
AndroidId
Gets the ad ID for Android platform.
Declaration
public override string AndroidId { get; }
Property Value
Type | Description |
---|---|
System. |
The android identifier. |
Overrides
IosId
Gets the ad ID for iOS platform.
Declaration
public override string IosId { get; }
Property Value
Type | Description |
---|---|
System. |
The ios identifier. |