class pView extends Ui.WatchFace{
..
..
..
}
If I click with right mouse button I should be able to automatically insert the method :
- Initialize
- onEnterSleep
- onExitSleep
Why Luna not give me this possibility ?
class pView extends Ui.WatchFace{
..
..
..
}