Reregistration of Messaging Devices

Reregisters an MBS device without changing any device settings.

During device reregistration, Unwired Server purges all enterprise data on the device. It retains the device ID and subscription information so that all data can be resynchronized and loaded onto the device.

Syntax

List<DeviceInfoVO> reregisterDevices(List<ReregistrationRequestVO> reregistrationRequests, List<PropertyItemVO> propertyItems) throws SUPAdminException;

Returns

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

Examples

Usage

The registration settings specified in the reregistrationRequests parameter override the settings specified in the setting parameter. If a device setting is not specified in any of the parameters, the setting is copied from the old device registration. The reregistration generates a new device ID, and the old device ID is deleted.