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

public static void ResumeSubscription()

Parameters

Returns

None.

Examples