resumeSubscription

Sends a resume request to the SAP Mobile Server.

The resume request notifies the SAP Mobile 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