Tell me, is it possible in the Watch Connectivity framework to transfer the following types of objects from the iOS application to WatchOS via the session.sendMessage
method? If this is possible, then how?
Types of objects to send:
- MyCustomClass
- [MyCustomClass]
- Result < MyCustomClass > (Realm)
Thank you for the answers!