-
New Feature
-
Resolution: Done
-
Normal
-
None
-
None
Clients class is too fat.
Extract Notification functionalities from Clients and add new Notification class.
i.g.: Notification.show(String)
Users can still use Clients.showNotification.
But it is advised to use Notification.show instead of Clients.showNotification, which the former follows single responsibility principle.
- relates to
-
ZK-4371 Provide a Toast utility
- Closed