WSCHibernationHandler Protocol Reference

Conforms to NSObject
Declared in WSCHibernationHandler.h

Overview

Delegate for hibernation callbacks.

– onSuccess required method

On success response for Hibernate requests originated from Client.

- (void)onSuccess

Discussion

On success response for Hibernate requests originated from Client.

Declared In

WSCHibernationHandler.h

– onFailure: required method

On failure response for Hibernate requests originated from Client.

- (void)onFailure:(WSCStatusCode)code

Parameters

code

WSCStatusCode

Discussion

On failure response for Hibernate requests originated from Client.

Declared In

WSCHibernationHandler.h

– onRequest required method

Returns a WSCHibernateParams object on request for Hibernate from the Server.

- (WSCHibernateParams *)onRequest

Return Value

WSCHibernateParams

Discussion

Returns a WSCHibernateParams object on request for Hibernate from the Server.

Declared In

WSCHibernationHandler.h

– onRequestCompleted: required method

On completion of request for Hibernate originated from the Server.

- (void)onRequestCompleted:(WSCStatusCode)code

Parameters

code

status code

Discussion

On completion of request for Hibernate originated from the Server.

Declared In

WSCHibernationHandler.h