WCSessionDelegate_Extensions.DidFinishUserInfoTransfer Method

Definition

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

public static void DidFinishUserInfoTransfer (this WatchConnectivity.IWCSessionDelegate This, WatchConnectivity.WCSession session, WatchConnectivity.WCSessionUserInfoTransfer userInfoTransfer, Foundation.NSError error);
static member DidFinishUserInfoTransfer : WatchConnectivity.IWCSessionDelegate * WatchConnectivity.WCSession * WatchConnectivity.WCSessionUserInfoTransfer * Foundation.NSError -> unit

Parameters

This
IWCSessionDelegate

The instance on which this extension method operates.

session
WCSession
userInfoTransfer
WCSessionUserInfoTransfer
error
NSError

To be added.

This parameter can be null.

Applies to