suspendSubscription

Sends a suspend request to the Unwired Server to notify the server to stop delivering data changes. A suspend subscription message is sent to the Unwired Server and the application receives a suspend subscription request result notification from the Unwired 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

+(void) suspendSubscription

Parameters

Returns

None.

Examples