Class ISN_ASIdentifierManager
An object containing an identifier to be used only for serving advertisements, and a flag indicating whether a user has limited ad tracking.
Inheritance
System.Object
ISN_ASIdentifierManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.AdSupport
Assembly: cs.temp.dll.dll
Syntax
public class ISN_ASIdentifierManager
Properties
AdvertisingIdentifier
An alphanumeric string unique to each device, used only for serving advertisements.
Declaration
public string AdvertisingIdentifier { get; }
Property Value
Type | Description |
---|---|
System.String |
AdvertisingTrackingEnabled
A Boolean value that indicates whether the user has limited ad tracking.
Declaration
public bool AdvertisingTrackingEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SharedManager
Returns the shared instance of the ASIdentifierManager class.
Declaration
public static ISN_ASIdentifierManager SharedManager { get; }
Property Value
Type | Description |
---|---|
ISN_ASIdentifierManager |