Retrieval of Device Hybrid App Assignments

Retrieves all Hybrid App packages that are assigned to the specified device.

Syntax

List<MobileHybridAppAssignmentVO> getDeviceHybridAppAssignments(Integer applicationConnectionNumericID) throws SUPAdminException;

Returns

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

Examples