getApps

Get the map of all registered apps using Live Updates.

Example usage (kotlin):

val apps = LiveUpdateManager.getApps()

Example usage (Java):

Map<String, LiveUpdate> apps = LiveUpdateManager.getApps();

Return

a map of all registered apps that use Live Updates.