WCSessionDelegate.DidFinishFileTransfer 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 file transfer finished, either successfully or with an error.
[Foundation.Export("session:didFinishFileTransfer:error:")]
public virtual void DidFinishFileTransfer (WatchConnectivity.WCSession session, WatchConnectivity.WCSessionFileTransfer fileTransfer, Foundation.NSError error);
abstract member DidFinishFileTransfer : WatchConnectivity.WCSession * WatchConnectivity.WCSessionFileTransfer * Foundation.NSError -> unit
override this.DidFinishFileTransfer : WatchConnectivity.WCSession * WatchConnectivity.WCSessionFileTransfer * Foundation.NSError -> unit
Parameters
- session
- WCSession
- fileTransfer
- WCSessionFileTransfer
- error
- NSError
- Attributes