Update of Hybrid App Properties

Updates the properties for the specified Hybrid App package.

Syntax

void updateMobileHybridAppDisplayName(MobileHybridAppIDVO hybridAppID, String displayName) throws SUPAdminException;
void updateMobileHybridAppIconIndex(MobileHybridAppIDVO hybridAppID, int iconIndex) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples