-
Method Summary
| Modifier and Type |
Method |
Description |
void |
activationDidComplete(WCSession session,
WCSessionActivationState activationState,
NSError error) |
|
void |
didFinishFileTransfer(WCSession session,
WCSessionFileTransfer fileTransfer,
NSError error) |
|
void |
didFinishUserInfoTransfer(WCSession session,
WCSessionUserInfoTransfer userInfoTransfer,
NSError error) |
|
void |
didReceiveApplicationContext(WCSession session,
NSDictionary<NSString,?> applicationContext) |
|
void |
didReceiveFile(WCSession session,
WCSessionFile file) |
|
void |
didReceiveMessage(WCSession session,
NSDictionary<NSString,?> message) |
|
void |
didReceiveMessage(WCSession session,
NSDictionary<NSString,?> message,
VoidBlock1<NSDictionary<NSString,?>> replyHandler) |
|
void |
didReceiveMessageData(WCSession session,
NSData messageData) |
|
void |
didReceiveMessageData(WCSession session,
NSData messageData,
VoidBlock1<NSData> replyHandler) |
|
void |
didReceiveUserInfo(WCSession session,
NSDictionary<NSString,?> userInfo) |
|
void |
reachabilityDidChange(WCSession session) |
|
void |
sessionDidBecomeInactive(WCSession session) |
|
void |
sessionDidDeactivate(WCSession session) |
|
void |
watchStateDidChange(WCSession session) |
|
-
Method Details
-
- Since:
- Available in iOS 9.3 and later.
-
void sessionDidBecomeInactive(
WCSession session)
- Since:
- Available in iOS 9.3 and later.
-
void sessionDidDeactivate(
WCSession session)
- Since:
- Available in iOS 9.3 and later.
-
-
void reachabilityDidChange(
WCSession session)
-
-
-
-
-
-
-
-
-