suspendSubscription

Sends a suspend request to the SAP Mobile Server to notify the server to stop delivering data changes. A suspend subscription message is sent to the SAP Mobile Server and the application receives a suspend subscription request result notification from the SAP Mobile Server as a notification. If the suspend succeeds, the onSuspendSubscriptionSuccess method of the CallbackHandler is invoked. If the suspend fails, the onSuspendSubscriptionFailure method of the CallbackHandler is invoked.

Syntax

public static void suspendSubscription()

Parameters

Returns

None.

Examples