Share via


WCSessionDelegate_Extensions.DidFinishUserInfoTransfer Method

Definition

A data transfer finished, either successfully or with an error.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidFinishUserInfoTransfer(this WatchConnectivity.IWCSessionDelegate This, WatchConnectivity.WCSession session, WatchConnectivity.WCSessionUserInfoTransfer userInfoTransfer, Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidFinishUserInfoTransfer : WatchConnectivity.IWCSessionDelegate * WatchConnectivity.WCSession * WatchConnectivity.WCSessionUserInfoTransfer * Foundation.NSError -> unit

Parameters

session
WCSession
userInfoTransfer
WCSessionUserInfoTransfer
error
NSError

To be added.

This parameter can be null.

Attributes

Applies to