I'm trying to use Communications.PhoneAppMessage and I'm following the example given in the Toybox API documentation as:
using Communications; // set up somewhere to store the message var message = new Communications.PhoneAppMessage; // set up phoneMessageCallback...