Enabling Mixed Connectivity Using Messaging Channel and HTTP Channel (REST SDK)

Use setRequestType method in SDMRequestBuilder class to set the request-response using Messaging Channel or REST SDK.

To enable request-response using REST SDK, set request type to HTTPRequestType in the SDMRequestBuilder class:
[SDMRequestBuilder setRequestType:HTTPRequestType];

To enable request-response using Messaging Channel, do not set any value for request type in SDMRequestBuilder class. The default is set to use Messaging Channel.