I need to send a new notification when the user presses the icon for the notification extension in the watch. This is possible?
I reviewed the Sony API but I not found any that help me in this problem.
I need to send a new notification when the user presses the icon for the notification extension in the watch. This is possible?
I reviewed the Sony API but I not found any that help me in this problem.
The SmartExtension APIs support catching of launch events when you implement extensions that use the Control API.
To catch these events you can override the SmartExtensionUtils methods
As an example the AdvancedLayouts sample included in Sony Add-on SDK 3.0 shows how onStart() and onResume() can be used.
Note that