WCSessionDelegate.DidFinishUserInfoTransfer Method

Definition

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

[Foundation.Export("session:didFinishUserInfoTransfer:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinishUserInfoTransfer(WatchConnectivity.WCSession session, WatchConnectivity.WCSessionUserInfoTransfer userInfoTransfer, Foundation.NSError? error);
[<Foundation.Export("session:didFinishUserInfoTransfer:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFinishUserInfoTransfer : WatchConnectivity.WCSession * WatchConnectivity.WCSessionUserInfoTransfer * Foundation.NSError -> unit
override this.DidFinishUserInfoTransfer : WatchConnectivity.WCSession * WatchConnectivity.WCSessionUserInfoTransfer * Foundation.NSError -> unit

Parameters

session
WCSession
userInfoTransfer
WCSessionUserInfoTransfer
error
NSError

To be added.

This parameter can be null.

Implements

Attributes

Applies to