The spv.ds.DsClientSettings Class

spv.ds.DsClientSettings()

.assert_valid()

.debug_print {?boolean}

.on_unauthorized_session {?function( Error )}

A callback to notify whenever the protocol issues an Unauthorized Session error. The error will pass to the call-specific error callback if this field is null.

.overloadWith(other)

Creates new settings by overloading these settings with another set of settings. Null properties are left untouched, but defined properties are taken from the argument settings. @export

other {!spv.ds.DsClientSettings}
returns {!spv.ds.DsClientSettings}

.toString()

returns {!string}

.use_jsonp {?boolean}

.use_nova_protocol {?boolean}