get Apps
Get the map of all registered apps using Live Updates.
Example usage (kotlin):
val apps = LiveUpdateManager.getApps()
Content copied to clipboard
Example usage (Java):
Map<String, LiveUpdate> apps = LiveUpdateManager.getApps();
Content copied to clipboard
Return
a map of all registered apps that use Live Updates.