recover

Sends a recover request to the Unwired Server.

The recover message notifies the Unwired Server to send down all the data related to the package.
Note: Do not use recover with DOE-based applications.

Syntax

+(void) recover

Parameters

Returns

On success, onRecoverSuccess callback handler method is called. On failure, onRecoverFailure callback handler is called.

Examples