WCSessionDelegate.DidFinishUserInfoTransfer 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.
A data transfer finished, either successfully or with an error.
[Foundation.Export("session:didFinishUserInfoTransfer:error:")]
public virtual void DidFinishUserInfoTransfer (WatchConnectivity.WCSession session, WatchConnectivity.WCSessionUserInfoTransfer userInfoTransfer, Foundation.NSError error);
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
- Attributes