resumeSubscription

Sends a resume request to the Unwired Server.

The resume request notifies the Unwired Server to resume sending data changes for the subscription that had been suspended. On success, onResumeSubscriptionSuccess callback handler method is called. On failure, onResumeSubscriptionFailure callback handler is called.

Syntax

+(void) resumeSubscription

Parameters

Returns

None.

Examples