Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Application.AdvertisingIdentifierCallback

public delegate void AdvertisingIdentifierCallback(string advertisingId, bool trackingEnabled, string errorMsg);

Parameters

advertisingId Advertising ID.
trackingEnabled Indicates whether user has chosen to limit ad tracking.
errorMsg Error message.

Description

Delegate method for fetching advertising ID.

See Also: Application.RequestAdvertisingIdentifier.