次の方法で共有


WCSessionDelegate_Extensions.DidFinishUserInfoTransfer メソッド

定義

データ転送が正常に完了したか、エラーが発生しました。

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

パラメーター

This
IWCSessionDelegate

この拡張メソッドが動作するインスタンス。

session
WCSession
userInfoTransfer
WCSessionUserInfoTransfer
error
NSError

追加する。

このパラメーターは、null に設定できます。

適用対象