Hybrid App Package Retrieval

Retrieves a list of Hybrid App packages.

Syntax

List<MobileHybridAppVO> getMobileHybridAppList() throws SUPAdminException;

Returns

If successful, returns a list of objects of the specified type (can be null).

Examples