I'm trying to use a Timer in an class I have created and I am getting the error message in terminal:
Cannot instantiate object Cannot instantiate object of type '$.Toybox.Timer'.
I the debug I am getting:
Error: Permission Required
Details: Symbol 'start' not available to 'Watch Face'
I was successfully using a timer in my WatchUi.WatchFace object, but I trying to move it to a better location. Does anyone know why I am having this issue? Thanks.