Uses of Class
org.robovm.apple.watchconnectivity.WCSessionUserInfoTransfer
| Package | Description |
|---|---|
| org.robovm.apple.watchconnectivity |
-
Uses of WCSessionUserInfoTransfer in org.robovm.apple.watchconnectivity
Methods in org.robovm.apple.watchconnectivity that return WCSessionUserInfoTransfer Modifier and Type Method Description WCSessionUserInfoTransferWCSession. transferCurrentComplicationUserInfo(NSDictionary<NSString,?> userInfo)WCSessionUserInfoTransferWCSession. transferUserInfo(NSDictionary<NSString,?> userInfo)Methods in org.robovm.apple.watchconnectivity that return types with arguments of type WCSessionUserInfoTransfer Modifier and Type Method Description NSArray<WCSessionUserInfoTransfer>WCSession. getOutstandingUserInfoTransfers()Methods in org.robovm.apple.watchconnectivity with parameters of type WCSessionUserInfoTransfer Modifier and Type Method Description voidWCSessionDelegate. didFinishUserInfoTransfer(WCSession session, WCSessionUserInfoTransfer userInfoTransfer, NSError error)voidWCSessionDelegateAdapter. didFinishUserInfoTransfer(WCSession session, WCSessionUserInfoTransfer userInfoTransfer, NSError error)