SKAdNetwork.UpdatePostback 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.
Overloads
UpdatePostback(IntPtr, Action<NSError>)
[Foundation.Export("updatePostbackConversionValue:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UpdatePostback(IntPtr conversionValue, Action<Foundation.NSError>? completion);
[<Foundation.Export("updatePostbackConversionValue:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UpdatePostback : nativeint * Action<Foundation.NSError> -> unit
Parameters
- conversionValue
-
IntPtr
nativeint
- Attributes
Applies to
UpdatePostback(IntPtr, SKAdNetworkCoarseConversionValue, Action<NSError>)
[Foundation.Export("updatePostbackConversionValue:coarseValue:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UpdatePostback(IntPtr conversionValue, StoreKit.SKAdNetworkCoarseConversionValue coarseValue, Action<Foundation.NSError>? completion);
[<Foundation.Export("updatePostbackConversionValue:coarseValue:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UpdatePostback : nativeint * StoreKit.SKAdNetworkCoarseConversionValue * Action<Foundation.NSError> -> unit
Parameters
- conversionValue
-
IntPtr
nativeint
- coarseValue
- SKAdNetworkCoarseConversionValue
- Attributes
Applies to
UpdatePostback(IntPtr, SKAdNetworkCoarseConversionValue, Boolean, Action<NSError>)
[Foundation.Export("updatePostbackConversionValue:coarseValue:lockWindow:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UpdatePostback(IntPtr conversionValue, StoreKit.SKAdNetworkCoarseConversionValue coarseValue, bool lockWindow, Action<Foundation.NSError>? completion);
[<Foundation.Export("updatePostbackConversionValue:coarseValue:lockWindow:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UpdatePostback : nativeint * StoreKit.SKAdNetworkCoarseConversionValue * bool * Action<Foundation.NSError> -> unit
Parameters
- conversionValue
-
IntPtr
nativeint
- coarseValue
- SKAdNetworkCoarseConversionValue
- lockWindow
- Boolean
- Attributes