Retrieval of Hybrid App Device Status

Retrieves Hybrid App status for a device from the value object DeviceMobileHybridAppStatusVO.

Syntax

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

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples