Hi,
I have created a watch face and i want to display a notification when my fenix3 connected to phone.
I used phoneConnected method however it seems not working. Am i using correct method? Or Anyone can help me here.
Thank You.
var stats = Sys.getDeviceSettings();
if (stats.phoneConnected) {
//show icon
}
Hi,
I have created a watch face and i want to display a notification when my fenix3 connected to phone.
I used phoneConnected method however it seems not working. Am i using correct method? Or Anyone can help me here.
Thank You.