Update of Hybrid App Client Variables

Updates client variables for the specified Hybrid App by first deleting the current client variables and then setting the new client variables. It also updates the version number of the client variables.

Client variables are defined for Hybrid Apps by Hybrid App developers. Administrators can modify client variable values or add new client variables for the production environment.

Syntax

int setMobileHybridAppClientVariables(MobileHybridAppIDVO hybridAppID, List<MobileHybridAppClientVariableVO> clientVariables, Boolean bSendNotificationToDeployedClient) throws SUPAdminException;

Parameters

Returns

The version number of the client variables.

Examples

Usage

To update Hybrid App client variables, you must be assigned an SUP administrator role.