Retrieve List of Hybrid Apps Assigned to an Application Connection Template

Retrieve the Hybrid App assignment information for an application connection template. This can only be done by the Sybase Unwired Platform help desk or a Sybase Unwired Platform administrator.

Syntax

List<MobileHybridAppAssignmentVO> getTemplateHybridAppAssignments(int templateID)
          throws SUPAdminException;

Parameters

Returns

If successful, returns a list of Hybrid Apps. If unsuccessful, throws SUPAdminException.

Examples