ADClient.LookupAdConversionDetails(ADConversionDetails) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries the iAd system to get the dates for the app purchase time as well as the first iAd impression.
[Foundation.Export("lookupAdConversionDetails:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Replaced by 'RequestAttributionDetails'.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Replaced by 'RequestAttributionDetails'.")]
public virtual void LookupAdConversionDetails (iAd.ADConversionDetails onCompleted);
abstract member LookupAdConversionDetails : iAd.ADConversionDetails -> unit
override this.LookupAdConversionDetails : iAd.ADConversionDetails -> unit
Parameters
- onCompleted
- ADConversionDetails
Callback to invoke with the information.
- Attributes