IWCSessionDelegate.DidReceiveFile(WCSession, WCSessionFile) Method

Definition

A file was received successfully.

[Foundation.Export("session:didReceiveFile:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReceiveFile(WatchConnectivity.WCSession session, WatchConnectivity.WCSessionFile file);
[<Foundation.Export("session:didReceiveFile:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidReceiveFile : WatchConnectivity.WCSession * WatchConnectivity.WCSessionFile -> unit
override this.DidReceiveFile : WatchConnectivity.WCSession * WatchConnectivity.WCSessionFile -> unit

Parameters

session
WCSession
Attributes

Applies to