Create a push configuration

Creates a push configuration if there is not such a one, otherwise updates the existing one.

Syntax

public void saveApplicationPushConfiguration(ApplicationPushConfigurationVO
      pushConfiguration) throws SUPAdminException;

Parameters

Returns

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

Examples